mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-12-22 08:53:41 +01:00
8 lines
154 B
Makefile
8 lines
154 B
Makefile
|
# @(#)Makefile 5.4 (Berkeley) 5/7/91
|
||
|
|
||
|
LIB= skey
|
||
|
SRCS= authfile.c md4.c put.c skey_crypt.c skeylogin.c skeysubr.c
|
||
|
CFLAGS+=-DMPU8086
|
||
|
.include <bsd.lib.mk>
|
||
|
|