diff options
author | Markus Friedl <markus@cvs.openbsd.org> | 2013-11-14 12:26:39 +0000 |
---|---|---|
committer | Markus Friedl <markus@cvs.openbsd.org> | 2013-11-14 12:26:39 +0000 |
commit | a2bcaa2f0356d063ee4585245ca3098e83d4283d (patch) | |
tree | 01fafbf562aee12cf34602ceaac4d7e5606d2842 /sbin | |
parent | d2a95eecc685b61b97ff60c73a7d1d154cd4ac53 (diff) |
not need to specify OBJDIR; ok mikeb
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/iked/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/iked/Makefile b/sbin/iked/Makefile index 1d8a575865a..5d606aae5e0 100644 --- a/sbin/iked/Makefile +++ b/sbin/iked/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.8 2013/01/08 10:38:19 reyk Exp $ +# $OpenBSD: Makefile,v 1.9 2013/11/14 12:26:38 markus Exp $ PROG= iked SRCS= ca.c chap_ms.c config.c control.c crypto.c dh.c \ eap.c iked.c ikev1.c ikev2.c ikev2_msg.c ikev2_pld.c \ log.c pfkey.c policy.c proc.c timer.c util.c imsg_util.c -SRCS+= ${.OBJDIR}/eap_map.c ${.OBJDIR}/ikev2_map.c +SRCS+= eap_map.c ikev2_map.c SRCS+= parse.y MAN= iked.conf.5 iked.8 #NOMAN= yes |