diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-10-09 14:17:24 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-10-09 14:17:24 +0000 |
commit | b1457fa6eb44ff2f728648320bf4bcc75f03085a (patch) | |
tree | 1de7a70e6b2c41c795f9c95b96859e9bb67e703e /share | |
parent | 25cc5847a27567ddd07f6236a478f198229c3f40 (diff) |
we do not install -d EVER
Diffstat (limited to 'share')
-rw-r--r-- | share/ipsec/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/share/ipsec/Makefile b/share/ipsec/Makefile index 80a519801c6..1a53b8beba2 100644 --- a/share/ipsec/Makefile +++ b/share/ipsec/Makefile @@ -1,5 +1,5 @@ # -# $OpenBSD: Makefile,v 1.1 1997/10/09 13:43:44 mickey Exp $ +# $OpenBSD: Makefile,v 1.2 1997/10/09 14:17:23 deraadt Exp $ # FILES= *.conf *.startup NOOBJ= noobj @@ -7,7 +7,6 @@ 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> |