summaryrefslogtreecommitdiffstats
path: root/usr.sbin/bootparamd/bootparamd
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1998-05-09 11:32:43 +0000
committerbde <bde@FreeBSD.org>1998-05-09 11:32:43 +0000
commit61f94cc54564bacc6ebdd2f18e49f65e5791fbac (patch)
tree3ac7e8889ab27d210eb46dfece81f4433de0c464 /usr.sbin/bootparamd/bootparamd
parent48392a07893d227d014b060bccfd8be7694d6b2e (diff)
downloadFreeBSD-src-61f94cc54564bacc6ebdd2f18e49f65e5791fbac.zip
FreeBSD-src-61f94cc54564bacc6ebdd2f18e49f65e5791fbac.tar.gz
Fixed `make -j9' by putting generated headers in ${SRCS}. Removed bogus
dependencies of generated .c files on generated headers (these made `make -JN' work provided `depend' was made first). Sorted sources lists.
Diffstat (limited to 'usr.sbin/bootparamd/bootparamd')
-rw-r--r--usr.sbin/bootparamd/bootparamd/Makefile13
1 files changed, 7 insertions, 6 deletions
diff --git a/usr.sbin/bootparamd/bootparamd/Makefile b/usr.sbin/bootparamd/bootparamd/Makefile
index 3d8cbc8..3e45b90 100644
--- a/usr.sbin/bootparamd/bootparamd/Makefile
+++ b/usr.sbin/bootparamd/bootparamd/Makefile
@@ -1,19 +1,20 @@
# from: @(#)Makefile 5.8 (Berkeley) 7/28/90
-# $Id$
+# $Id: Makefile,v 1.9 1997/02/22 16:04:21 peter Exp $
PROG= bootparamd
-SRCS= bootparam_prot_xdr.c bootparam_prot_svc.c bootparamd.c main.c
-MAN8= bootparamd.8
+SRCS= bootparamd.c main.c ${GENSRCS}
+GENSRCS=bootparam_prot.h bootparam_prot_svc.c bootparam_prot_xdr.c
MAN5= bootparams.5
+MAN8= bootparamd.8
CFLAGS+= -DTFTP_DIR=\"/tftpboot\" -I.
-CLEANFILES= bootparam_prot_svc.c bootparam_prot_xdr.c bootparam_prot.h
+CLEANFILES= ${GENSRCS}
RPCSRC= ${DESTDIR}/usr/include/rpcsvc/bootparam_prot.x
-bootparam_prot_svc.c: ${RPCSRC} bootparam_prot.h
+bootparam_prot_svc.c: ${RPCSRC}
rpcgen -m -o ${.TARGET} ${RPCSRC}
-bootparam_prot_xdr.c: ${RPCSRC} bootparam_prot.h
+bootparam_prot_xdr.c: ${RPCSRC}
rpcgen -c -o ${.TARGET} ${RPCSRC}
bootparam_prot.h: ${RPCSRC}
OpenPOWER on IntegriCloud