mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2025-01-11 17:04:19 +01:00
17 lines
388 B
Makefile
17 lines
388 B
Makefile
# $Id: Makefile,v 1.1 1995/12/26 05:15:17 peter Exp $
|
|
|
|
LIB= sup
|
|
SRCS= scm.c scmio.c stree.c log.c supmsg.c netcrypt.c atoo.c errmsg.c \
|
|
expand.c ffilecopy.c filecopy.c nxtarg.c path.c quit.c run.c \
|
|
salloc.c skipto.c scan.c
|
|
|
|
CFLAGS+= -DVAR_TMP -DHAS_DAEMON -I${.CURDIR}
|
|
NOPROFILE=
|
|
|
|
netcrypt.c: netcryptvoid.c
|
|
ln -s ${.CURDIR}/netcryptvoid.c netcrypt.c
|
|
|
|
install:
|
|
|
|
.include <bsd.lib.mk>
|