[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / src / share / ipf

File: [local] / src / share / ipf / Attic / Makefile (download)

Revision 1.1, Tue Jan 9 09:29:32 1996 UTC (28 years, 5 months ago) by dm
Branch: MAIN

added IP filter to netstat/rc and put examples in /usr/share/ipf

#
#	$Id: Makefile,v 1.1 1996/01/09 09:29:32 dm Exp $
#
FILES=	example.*
NOOBJ=	noobj

all clean cleandir depend lint tags:

install:
	install -d ${DESTDIR}${BINDIR}/ipf
	install -c -m 0444 ${FILES} ${DESTDIR}${BINDIR}/ipf

.include <bsd.prog.mk>