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

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

Revision 1.1, Fri Nov 22 21:43:17 2002 UTC (21 years, 6 months ago) by henning
Branch: MAIN

install to /usr/share/pf
not linked to the build yet

#
#	$OpenBSD: Makefile,v 1.1 2002/11/22 21:43:17 henning Exp $
#
FILES=	queue1
NOOBJ=	noobj

all clean cleandir depend lint tags:

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

.include <bsd.prog.mk>