summaryrefslogtreecommitdiffstats
path: root/sbin
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2005-01-28 16:08:11 +0000
committerru <ru@FreeBSD.org>2005-01-28 16:08:11 +0000
commite68efdc747b96ab7b5b15251afdd1fe24ca86545 (patch)
tree95dc7b9b33e3ce4cad3849abbbacda29f778c0d9 /sbin
parent83cae1af10dbd0a4b0bbee7988ff841948656c91 (diff)
downloadFreeBSD-src-e68efdc747b96ab7b5b15251afdd1fe24ca86545.zip
FreeBSD-src-e68efdc747b96ab7b5b15251afdd1fe24ca86545.tar.gz
Let bsd.prog.mk set SRCS and MAN to their default values.
Diffstat (limited to 'sbin')
-rw-r--r--sbin/dhclient/omshell/Makefile3
-rw-r--r--sbin/idmapd/Makefile1
-rw-r--r--sbin/ipfs/Makefile1
-rw-r--r--sbin/ipmon/Makefile1
4 files changed, 0 insertions, 6 deletions
diff --git a/sbin/dhclient/omshell/Makefile b/sbin/dhclient/omshell/Makefile
index 4bc5e70..41aee14 100644
--- a/sbin/dhclient/omshell/Makefile
+++ b/sbin/dhclient/omshell/Makefile
@@ -5,11 +5,8 @@ DIST_DIR= ${.CURDIR}/../../../contrib/isc-dhcp
.PATH: ${DIST_DIR}/dhcpctl
PROG= omshell
-SRCS= omshell.c
DPADD= ${LIBDHCP} ${LIBRES} ${LIBOMAPI} ${LIBDST} ${LIBDHCPCTL}
LDADD= ${LIBDHCP} ${LIBRES} ${LIBOMAPI} ${LIBDST} ${LIBDHCPCTL}
-MAN= omshell.1
-
.include <bsd.prog.mk>
diff --git a/sbin/idmapd/Makefile b/sbin/idmapd/Makefile
index cd45007..462bc59 100644
--- a/sbin/idmapd/Makefile
+++ b/sbin/idmapd/Makefile
@@ -3,7 +3,6 @@
# $FreeBSD$
PROG= idmapd
-SRCS= idmapd.c
MAN= idmapd.8
CFLAGS+= -DNFS -I/usr/src/sys
diff --git a/sbin/ipfs/Makefile b/sbin/ipfs/Makefile
index 9639352..f8e2aac 100644
--- a/sbin/ipfs/Makefile
+++ b/sbin/ipfs/Makefile
@@ -4,7 +4,6 @@
PROG= ipfs
MAN= ipfs.8
-SRCS= ipfs.c
CFLAGS+=-DUSE_INET6 -DIPL_NAME=\"/dev/ipl\"
CFLAGS+=-I${.CURDIR}/../../sys/contrib/ipfilter/netinet
CFLAGS+=-I${.CURDIR}/../../sys/contrib/ipfilter
diff --git a/sbin/ipmon/Makefile b/sbin/ipmon/Makefile
index f1c006d..ef30456 100644
--- a/sbin/ipmon/Makefile
+++ b/sbin/ipmon/Makefile
@@ -4,7 +4,6 @@
PROG= ipmon
MAN= ipl.4 ipmon.8
-SRCS= ipmon.c
CFLAGS+=-DUSE_INET6 -DIPL_NAME=\"/dev/ipl\" -DLOGFAC=LOG_SECURITY
CFLAGS+=-I${.CURDIR}/../../sys/contrib/ipfilter
OpenPOWER on IntegriCloud