mirror of
https://github.com/opnsense/src.git
synced 2026-02-23 01:46:42 -05:00
17 lines
365 B
Makefile
17 lines
365 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=
|
|
CLEANFILES+= netcrypt.c
|
|
|
|
netcrypt.c: netcryptvoid.c
|
|
ln -s ${.CURDIR}/netcryptvoid.c netcrypt.c
|
|
|
|
install:
|
|
|
|
.include <bsd.lib.mk>
|