mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-17 16:10:46 +01:00
7ae3d55998
Document /var/log/sup.rename instead of the old name Couple of lib build cleanups (like, not installing the library, and clean all files) It should be safe now.. :-)
18 lines
412 B
Makefile
18 lines
412 B
Makefile
# $Id: Makefile,v 1.2 1995/12/26 22:32:21 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=
|
|
CLEANFILES+= netcrypt.c
|
|
|
|
netcrypt.c: netcryptvoid.c
|
|
ln -s ${.CURDIR}/netcryptvoid.c netcrypt.c
|
|
|
|
install:
|
|
|
|
.include <bsd.lib.mk>
|