[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / src / usr.bin / sup / supscan

File: [local] / src / usr.bin / sup / supscan / Attic / Makefile (download)

Revision 1.6, Sat May 5 15:32:12 2001 UTC (23 years, 1 month ago) by millert
Branch: MAIN
CVS Tags: OPENBSD_3_4_BASE, OPENBSD_3_4, OPENBSD_3_3_BASE, OPENBSD_3_3, OPENBSD_3_2_BASE, OPENBSD_3_2, OPENBSD_3_1_BASE, OPENBSD_3_1, OPENBSD_3_0_BASE, OPENBSD_3_0
Changes since 1.5: +1 -3 lines

Solaris has strerror()
Remove unneeded #include <util.h> and -lutil

#	$OpenBSD: Makefile,v 1.6 2001/05/05 15:32:12 millert 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 skipto.c vprintf.c netcryptvoid.c
BINOWN=	root
BINGRP=	daemon
BINMODE=555
BINDIR=	/usr/sbin
CFLAGS+=-I${.CURDIR}/../src
.PATH:	${.CURDIR}/../src

.include <bsd.prog.mk>