summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2003-04-25 20:54:44 +0000
committerderaadt <deraadt@openbsd.org>2003-04-25 20:54:44 +0000
commit087b3d6ea72d6285601d2ef3b2a3e5c26d4dc4e5 (patch)
tree018c27269c803baebaf0553476f763d85affcf55
parentMake function declaration and man page match prototype. Closes PR 3236 (diff)
downloadwireguard-openbsd-087b3d6ea72d6285601d2ef3b2a3e5c26d4dc4e5.tar.xz
wireguard-openbsd-087b3d6ea72d6285601d2ef3b2a3e5c26d4dc4e5.zip
enter more
-rw-r--r--distrib/special/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/special/Makefile b/distrib/special/Makefile
index 0f7aac4dddb..cc7621ab03b 100644
--- a/distrib/special/Makefile
+++ b/distrib/special/Makefile
@@ -1,5 +1,5 @@
-# $OpenBSD: Makefile,v 1.8 2003/04/16 19:25:17 drahn Exp $
+# $OpenBSD: Makefile,v 1.9 2003/04/25 20:54:44 deraadt Exp $
-SUBDIR= ftp pppd rsh dhclient init dmesg grep kbd less
+SUBDIR= ftp pppd rsh dhclient init dmesg grep kbd less more
.include <bsd.subdir.mk>