summaryrefslogtreecommitdiff
path: root/share/ipsec/Makefile
blob: b725427fb23e9137607005545ee490066821a96e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#
#	$OpenBSD: Makefile,v 1.3 1998/07/30 08:14:36 provos Exp $
#
FILES=	*.conf *.startup rc.vpn
NOOBJ=	noobj

all clean cleandir depend lint tags:

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

.include <bsd.prog.mk>