freebsd-dev/usr.sbin/sup/lib/Makefile
Peter Wemm 7ae3d55998 Restore the changes I made after my last brain hiccup...
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.. :-)
1996-01-04 16:10:42 +00:00

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>