Remove the SUBDIR line. The last entry was the handbook.
[dragonfly.git] / usr.sbin / dhcp / relay / Makefile
blobaf91945d1b61b4a73091d41da243a959812bf589
1 # $DragonFly: src/usr.sbin/dhcp/relay/Attic/Makefile,v 1.1 2005/01/04 19:58:54 joerg Exp $
3 .include "../Makefile.common"
5 PROG= dhcrelay
6 MAN= dhcrelay.8
8 LDADD= ${LIBDHCP} ${LIBRES} ${LIBOMAPI} ${LIBDST}
9 SRCS= dhcrelay.c
11 .include <bsd.prog.mk>