mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-22 11:17:19 +00:00
15 lines
331 B
Makefile
15 lines
331 B
Makefile
# $Id$
|
|
|
|
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
|
|
|
|
.include <bsd.lib.mk>
|