summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>1998-08-19 00:58:13 +0000
committerderaadt <deraadt@openbsd.org>1998-08-19 00:58:13 +0000
commit188bdd97dced52fb6d2319514f130180ea672fb3 (patch)
treea4a67547bf1d8a88bccc35d2de3654ce362bf621
parentallow flags to be passed to apmd at millert's request (diff)
downloadwireguard-openbsd-188bdd97dced52fb6d2319514f130180ea672fb3.tar.xz
wireguard-openbsd-188bdd97dced52fb6d2319514f130180ea672fb3.zip
build that man page too
-rw-r--r--usr.sbin/dhcp/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/dhcp/Makefile b/usr.sbin/dhcp/Makefile
index e3dec3f6bbf..16950233593 100644
--- a/usr.sbin/dhcp/Makefile
+++ b/usr.sbin/dhcp/Makefile
@@ -30,6 +30,6 @@
# OF THE POSSIBILITY OF SUCH DAMAGE.
#
-SUBDIR= server client relay
+SUBDIR= server client relay common
.include <bsd.subdir.mk>