diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-08-18 15:44:42 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-08-18 15:44:42 +0000 |
commit | 5c672560d6df3f2032e242bca74ac6c157a1419c (patch) | |
tree | 8706de952cce0c10392e0b21083e84d69fdc5c64 /usr.sbin/dhcp/Makefile | |
parent | c2f8cbabd51590f3df33728377d62beb2df53db9 (diff) |
no library
Diffstat (limited to 'usr.sbin/dhcp/Makefile')
-rw-r--r-- | usr.sbin/dhcp/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/usr.sbin/dhcp/Makefile b/usr.sbin/dhcp/Makefile index 7881c73b478..e3dec3f6bbf 100644 --- a/usr.sbin/dhcp/Makefile +++ b/usr.sbin/dhcp/Makefile @@ -30,8 +30,6 @@ # OF THE POSSIBILITY OF SUCH DAMAGE. # -SUBDIR= common server client relay - -all-server all-client all-relay: all-common +SUBDIR= server client relay .include <bsd.subdir.mk> |