diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 2000-04-07 22:06:37 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 2000-04-07 22:06:37 +0000 |
commit | affa1d41ba1262cabf9e87d7404c55baacd4db75 (patch) | |
tree | de4f106c02611b5be76469c76909a08f713be21f /sbin/isakmpd/apps | |
parent | 98f2c3af4fc4b169014b550b1f7924afcd7fb6e5 (diff) |
Merge with EOM 1.6
author: ho
Revert to manual OS selection.
author: ho
multiple OSes, sync with other Makefiles
author: ho
sysdep fixes, new def for OS variable
Diffstat (limited to 'sbin/isakmpd/apps')
-rw-r--r-- | sbin/isakmpd/apps/certpatch/Makefile | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/sbin/isakmpd/apps/certpatch/Makefile b/sbin/isakmpd/apps/certpatch/Makefile index b1ca79cde20..725e982fb73 100644 --- a/sbin/isakmpd/apps/certpatch/Makefile +++ b/sbin/isakmpd/apps/certpatch/Makefile @@ -1,5 +1,5 @@ -# $OpenBSD: Makefile,v 1.2 1999/07/18 20:13:49 niklas Exp $ -# $EOM: Makefile,v 1.3 1999/07/18 20:11:17 niklas Exp $ +# $OpenBSD: Makefile,v 1.3 2000/04/07 22:06:36 niklas Exp $ +# $EOM: Makefile,v 1.6 2000/03/28 21:22:06 ho Exp $ # # Copyright (c) 1999 Niels Provos. All rights reserved. @@ -46,4 +46,8 @@ LDADD+= -lcrypto DPADD+= ${LIBCRYPTO} MAN= certpatch.8 +.include "${TOPSRC}/sysdep/${OS}/Makefile.sysdep" +# Override LIBSYSDEPDIR definition from Makefile.sysdep +LIBSYSDEPDIR= ${TOPSRC}/sysdep/common/libsysdep + .include <bsd.prog.mk> |