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

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

Revision 1.1, Thu Oct 9 13:43:44 1997 UTC (26 years, 8 months ago) by mickey
Branch: MAIN

missing Makefile

#
#	$OpenBSD: Makefile,v 1.1 1997/10/09 13:43:44 mickey Exp $
#
FILES=	*.conf *.startup
NOOBJ=	noobj

all clean cleandir depend lint tags:

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

.include <bsd.prog.mk>