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

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

Revision 1.2, Sun Dec 15 18:34:54 2002 UTC (21 years, 5 months ago) by henning
Branch: MAIN
Changes since 1.1: +2 -2 lines

actually, add the queue2 example here...
pointed out by ben@silc

#
#	$OpenBSD: Makefile,v 1.2 2002/12/15 18:34:54 henning Exp $
#
FILES=	queue1 queue2
NOOBJ=	noobj

all clean cleandir depend lint tags:

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

.include <bsd.prog.mk>