aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/bootparamd
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2001-07-20 06:20:32 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2001-07-20 06:20:32 +0000
commit90e655ea4e3750a48b8b350adb823f0ace818f21 (patch)
treefb97d8f0fea8f93b6e8bb70b86e003cf5cbc2b79 /usr.sbin/bootparamd
parent6161544ca763d8c1432b4b68ab5e84407d048e83 (diff)
downloadsrc-90e655ea4e3750a48b8b350adb823f0ace818f21.tar.gz
src-90e655ea4e3750a48b8b350adb823f0ace818f21.zip
Perform a major cleanup of the usr.sbin Makefiles.
These are not perfectly in agreement with each other style-wise, but they are orders of orders of magnitude more consistent style-wise than before.
Notes
Notes: svn path=/head/; revision=80029
Diffstat (limited to 'usr.sbin/bootparamd')
-rw-r--r--usr.sbin/bootparamd/Makefile1
-rw-r--r--usr.sbin/bootparamd/Makefile.inc1
-rw-r--r--usr.sbin/bootparamd/bootparamd/Makefile4
-rw-r--r--usr.sbin/bootparamd/callbootd/Makefile4
4 files changed, 8 insertions, 2 deletions
diff --git a/usr.sbin/bootparamd/Makefile b/usr.sbin/bootparamd/Makefile
index c4f61985a209..c4e3361ecfab 100644
--- a/usr.sbin/bootparamd/Makefile
+++ b/usr.sbin/bootparamd/Makefile
@@ -1,3 +1,4 @@
+# $FreeBSD$
SUBDIR= bootparamd callbootd
diff --git a/usr.sbin/bootparamd/Makefile.inc b/usr.sbin/bootparamd/Makefile.inc
index 26c6f1c71ba1..1e4d46f113a5 100644
--- a/usr.sbin/bootparamd/Makefile.inc
+++ b/usr.sbin/bootparamd/Makefile.inc
@@ -1,3 +1,4 @@
# @(#)Makefile.inc 5.1 (Berkeley) 5/11/90
+# $FreeBSD$
BINDIR?= /usr/sbin
diff --git a/usr.sbin/bootparamd/bootparamd/Makefile b/usr.sbin/bootparamd/bootparamd/Makefile
index 89b879a46d28..d3122888538f 100644
--- a/usr.sbin/bootparamd/bootparamd/Makefile
+++ b/usr.sbin/bootparamd/bootparamd/Makefile
@@ -2,10 +2,12 @@
# $FreeBSD$
PROG= bootparamd
+MAN= bootparams.5 bootparamd.8
SRCS= bootparamd.c main.c ${GENSRCS}
GENSRCS=bootparam_prot.h bootparam_prot_svc.c bootparam_prot_xdr.c
-MAN= bootparams.5 bootparamd.8
+
CFLAGS+= -DTFTP_DIR=\"/tftpboot\" -I.
+
CLEANFILES= ${GENSRCS}
RPCSRC= ${DESTDIR}/usr/include/rpcsvc/bootparam_prot.x
diff --git a/usr.sbin/bootparamd/callbootd/Makefile b/usr.sbin/bootparamd/callbootd/Makefile
index 92ae2e5b1e2e..8db69eab9529 100644
--- a/usr.sbin/bootparamd/callbootd/Makefile
+++ b/usr.sbin/bootparamd/callbootd/Makefile
@@ -2,10 +2,12 @@
# $FreeBSD$
PROG= callbootd
+NOMAN= #true
SRCS= callbootd.c ${GENSRCS}
GENSRCS=bootparam_prot.h bootparam_prot_clnt.c bootparam_prot_xdr.c
-NOMAN=
+
CFLAGS+= -I.
+
CLEANFILES= ${GENSRCS}
RPCSRC= ${DESTDIR}/usr/include/rpcsvc/bootparam_prot.x