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

Annotation of src/share/ipsec/Makefile, Revision 1.2

1.1       mickey      1: #
1.2     ! deraadt     2: #      $OpenBSD: Makefile,v 1.1 1997/10/09 13:43:44 mickey Exp $
1.1       mickey      3: #
                      4: FILES= *.conf *.startup
                      5: NOOBJ= noobj
                      6:
                      7: all clean cleandir depend lint tags:
                      8:
                      9: install:
                     10:        install -c -m 0444 ${FILES} ${DESTDIR}${BINDIR}/ipsec
                     11:
                     12: .include <bsd.prog.mk>