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

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

Revision 1.3, Thu Jul 30 08:14:36 1998 UTC (25 years, 10 months ago) by provos
Branch: MAIN
CVS Tags: OPENBSD_3_1_BASE, OPENBSD_3_1, OPENBSD_3_0_BASE, OPENBSD_3_0, OPENBSD_2_9_BASE, OPENBSD_2_9, OPENBSD_2_8_BASE, OPENBSD_2_8, OPENBSD_2_7_BASE, OPENBSD_2_7, OPENBSD_2_6_BASE, OPENBSD_2_6, OPENBSD_2_5_BASE, OPENBSD_2_5, OPENBSD_2_4_BASE, OPENBSD_2_4
Changes since 1.2: +2 -2 lines

Add a script to configure static VPNs in a NxM fashion, provided by
Richard Reiner <rreiner@fscinternet.com> (Canada) - the script requires
-current.

#
#	$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>