summaryrefslogtreecommitdiff
path: root/usr.bin/sup/supscan/Makefile
blob: 1b52c4701575b84370f2a95ac51723abf202772e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#	$Id: Makefile,v 1.3 1996/02/03 10:05:06 deraadt Exp $

PROG=	supscan
NOMAN=
SRCS=	supscan.c stree.c scan.c \
	atoo.c errmsg.c expand.c ffilecopy.c filecopy.c nxtarg.c \
	path.c quit.c run.c salloc.c skipto.c vprintf.c netcryptvoid.c
LDADD+=	-lutil
DPADD+=	${LIBUTIL}
BINOWN=	root
BINGRP=	daemon
BINMODE=555
BINDIR=	/usr/sbin
CFLAGS+=-I${.CURDIR}/../src
.PATH:	${.CURDIR}/../src

.include <bsd.prog.mk>