diff options
Diffstat (limited to 'libexec/bootpd/Makefile')
-rw-r--r-- | libexec/bootpd/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libexec/bootpd/Makefile b/libexec/bootpd/Makefile index 659e3aa..06dea58 100644 --- a/libexec/bootpd/Makefile +++ b/libexec/bootpd/Makefile @@ -1,5 +1,5 @@ # bootpd/Makefile -# $Id: Makefile,v 1.3 1995/07/25 23:38:40 wpaul Exp $ +# $Id: Makefile,v 1.4 1996/01/23 01:57:58 pst Exp $ PROG= bootpd CFLAGS+= -DETC_ETHERS @@ -12,5 +12,6 @@ SRCS= bootpd.c dovend.c readfile.c hash.c dumptab.c \ MAN5= bootptab.5 MAN8= bootpd.8 +MLINKS= bootpd.8 bootpgw.8 .include <bsd.prog.mk> |