summaryrefslogtreecommitdiff
path: root/usr.sbin/sup/lib/Makefile
blob: 8f005e3b1382827f7ded3a18e602240186f599a7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#	$NetBSD: Makefile,v 1.9 2003/10/14 11:49:52 tron Exp $

NOLINT=	# defined
NOPIC=	# defined
NOPROFILE=# defined

LIB=	sup

SRCS=	scm.c scmio.c stree.c log.c supmsg.c netcrypt.c
SRCS+=	atoo.c errmsg.c expand.c ffilecopy.c filecopy.c \
	nxtarg.c path.c quit.c run.c salloc.c skipto.c

.PATH: ${.CURDIR}/../source

BUILDSYMLINKS=	${.CURDIR}/../source/netcryptvoid.c netcrypt.c

# only needed during build
libinstall::

.include <bsd.lib.mk>