diff options
author | 1998-08-19 00:58:13 +0000 | |
---|---|---|
committer | 1998-08-19 00:58:13 +0000 | |
commit | 188bdd97dced52fb6d2319514f130180ea672fb3 (patch) | |
tree | a4a67547bf1d8a88bccc35d2de3654ce362bf621 | |
parent | allow flags to be passed to apmd at millert's request (diff) | |
download | wireguard-openbsd-188bdd97dced52fb6d2319514f130180ea672fb3.tar.xz wireguard-openbsd-188bdd97dced52fb6d2319514f130180ea672fb3.zip |
build that man page too
-rw-r--r-- | usr.sbin/dhcp/Makefile | 2 |
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> |