diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1999-03-02 15:06:14 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1999-03-02 15:06:14 +0000 |
commit | 7b2cd771b944628b6a83900bc78d38d0b0e86152 (patch) | |
tree | bc116283785d7f2fd08888d987e02900866af04c /sbin/isakmpd/Makefile | |
parent | a0d6847f3f96585e7fdf8525bb62a2abceeddd7d (diff) |
Makefile: Merge with EOM 1.43
Makefile.inc -> Makefile.sysdep
Make SUBDIR changeable by the OS support
sysdep/openbsd/Makefile.sysdep: Merge with EOM 1.1
Makefile.inc -> Makefile.sysdep
Diffstat (limited to 'sbin/isakmpd/Makefile')
-rw-r--r-- | sbin/isakmpd/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sbin/isakmpd/Makefile b/sbin/isakmpd/Makefile index a3afe8a9908..9a8c0bf7647 100644 --- a/sbin/isakmpd/Makefile +++ b/sbin/isakmpd/Makefile @@ -1,5 +1,5 @@ -# $OpenBSD: Makefile,v 1.10 1999/02/26 03:30:00 niklas Exp $ -# $EOM: Makefile,v 1.41 1999/02/25 15:53:37 niklas Exp $ +# $OpenBSD: Makefile,v 1.11 1999/03/02 15:06:12 niklas Exp $ +# $EOM: Makefile,v 1.43 1999/03/02 14:27:47 niklas Exp $ # # Copyright (c) 1998 Niklas Hallqvist. All rights reserved. @@ -85,12 +85,12 @@ DEBUG= -g #LDADD+= -L/usr/local/lib -lefence # -.include "sysdep/${OS}/Makefile.inc" - .if !make(install) SUBDIR= regress .endif +.include "sysdep/${OS}/Makefile.sysdep" + exchange_num.c exchange_num.h: genconstants.sh exchange_num.cst /bin/sh ${.CURDIR}/genconstants.sh ${.CURDIR}/exchange_num |