summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sup/lib/Makefile
blob: f6b7326f6484345989f4915581d8bc16d350f245 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# $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>
OpenPOWER on IntegriCloud