summaryrefslogtreecommitdiff
path: root/sbin/startkey/Makefile
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1998-11-14 23:37:31 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1998-11-14 23:37:31 +0000
commit1264df3a5da0b4ba93aa3f250a20101bcc19e1ca (patch)
treeec96c7e83c6ea2756e246d730c9ceddb9ea8a1d6 /sbin/startkey/Makefile
parentbf316445157edd81f8d5e3f6e30d26fe295990bb (diff)
move ipsec tools into .
Diffstat (limited to 'sbin/startkey/Makefile')
-rw-r--r--sbin/startkey/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/sbin/startkey/Makefile b/sbin/startkey/Makefile
new file mode 100644
index 00000000000..87f7eed127a
--- /dev/null
+++ b/sbin/startkey/Makefile
@@ -0,0 +1,7 @@
+PROG= startkey
+SRCS= startkey.c
+
+CFLAGS+= -I${.CURDIR}/../photurisd
+MAN= startkey.1
+
+.include <bsd.prog.mk>