summaryrefslogtreecommitdiffstats
path: root/usr.sbin
diff options
context:
space:
mode:
authorcsgr <csgr@FreeBSD.org>1994-09-12 07:48:33 +0000
committercsgr <csgr@FreeBSD.org>1994-09-12 07:48:33 +0000
commitc70d5a0fb5a010b9d73386063e2eb9630e61635c (patch)
tree74ea4aae38fd6d5d40afd35d161e88142de3a59a /usr.sbin
parenta0a5181ac5408828419e5078fbd76b318cff82dc (diff)
downloadFreeBSD-src-c70d5a0fb5a010b9d73386063e2eb9630e61635c.zip
FreeBSD-src-c70d5a0fb5a010b9d73386063e2eb9630e61635c.tar.gz
add rtmsg.c.
Submitted by: problem pointed out by Gary Palmer
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/bootpef/Makefile4
-rw-r--r--usr.sbin/bootpgw/Makefile4
2 files changed, 4 insertions, 4 deletions
diff --git a/usr.sbin/bootpef/Makefile b/usr.sbin/bootpef/Makefile
index 8488e60..4abb5f1 100644
--- a/usr.sbin/bootpef/Makefile
+++ b/usr.sbin/bootpef/Makefile
@@ -1,5 +1,5 @@
# bootpef/Makefile
-# $Id: Makefile,v 1.2 1994/06/27 21:31:21 gwr Exp $
+# $Id: Makefile,v 1.2 1994/09/10 15:00:04 csgr Exp $
PROG= bootpef
SRCDIR= ${.CURDIR}/../bootpd
@@ -9,7 +9,7 @@ CFLAGS+= -DDEBUG -I${SRCDIR}
MANSRC= ${SRCDIR}
SRCS= bootpef.c dovend.c readfile.c hash.c dumptab.c \
- lookup.c hwaddr.c report.c tzone.c
+ lookup.c hwaddr.c report.c rtmsg.c tzone.c
MAN8= bootpef.8
diff --git a/usr.sbin/bootpgw/Makefile b/usr.sbin/bootpgw/Makefile
index 677868d..6be63f6 100644
--- a/usr.sbin/bootpgw/Makefile
+++ b/usr.sbin/bootpgw/Makefile
@@ -1,12 +1,12 @@
# bootpgw/Makefile
-# $Id: Makefile,v 1.1.1.1 1994/06/27 21:29:46 gwr Exp $
+# $Id: Makefile,v 1.1.1.1 1994/09/10 14:44:56 csgr Exp $
PROG= bootpgw
SRCDIR= ${.CURDIR}/../bootpd
CFLAGS+= -DSYSLOG -DDEBUG -I${SRCDIR}
.PATH: ${SRCDIR}
-SRCS= bootpgw.c getif.c hwaddr.c report.c
+SRCS= bootpgw.c getif.c hwaddr.c report.c rtmsg.c
MAN8=
OpenPOWER on IntegriCloud