summaryrefslogtreecommitdiff
path: root/share/ipsec/Makefile
blob: 1a53b8beba210aad51a0e5572bc49cc8b52019ae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#
#	$OpenBSD: Makefile,v 1.2 1997/10/09 14:17:23 deraadt Exp $
#
FILES=	*.conf *.startup
NOOBJ=	noobj

all clean cleandir depend lint tags:

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

.include <bsd.prog.mk>