1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-06 13:09:50 +00:00

add rtmsg.c.

Submitted by:	problem pointed out by Gary Palmer
This commit is contained in:
Geoff Rehmet 1994-09-12 07:48:33 +00:00
parent 499fec7faf
commit 96a4f68bd4
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=2686
2 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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=