summaryrefslogtreecommitdiffstats
path: root/libexec
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 /libexec
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 'libexec')
-rw-r--r--libexec/pppoed/Makefile1
-rw-r--r--libexec/pt_chown/Makefile1
-rw-r--r--libexec/rlogind/Makefile1
-rw-r--r--libexec/rshd/Makefile1
4 files changed, 0 insertions, 4 deletions
diff --git a/libexec/pppoed/Makefile b/libexec/pppoed/Makefile
index b9ba6e3..0f0c78e 100644
--- a/libexec/pppoed/Makefile
+++ b/libexec/pppoed/Makefile
@@ -1,7 +1,6 @@
# $FreeBSD$
PROG= pppoed
-SRCS= pppoed.c
DPADD= ${LIBNETGRAPH}
LDADD= -lnetgraph
MAN= pppoed.8
diff --git a/libexec/pt_chown/Makefile b/libexec/pt_chown/Makefile
index d60118b..d4f31bb 100644
--- a/libexec/pt_chown/Makefile
+++ b/libexec/pt_chown/Makefile
@@ -1,7 +1,6 @@
# $FreeBSD$
PROG= pt_chown
-SRCS= pt_chown.c
BINOWN= root
BINMODE=4555
NO_MAN=
diff --git a/libexec/rlogind/Makefile b/libexec/rlogind/Makefile
index 8320152..f71ce1b 100644
--- a/libexec/rlogind/Makefile
+++ b/libexec/rlogind/Makefile
@@ -2,7 +2,6 @@
# $FreeBSD$
PROG= rlogind
-SRCS= rlogind.c
MAN= rlogind.8
DPADD= ${LIBUTIL}
LDADD= -lutil
diff --git a/libexec/rshd/Makefile b/libexec/rshd/Makefile
index dbdf60b..155314a 100644
--- a/libexec/rshd/Makefile
+++ b/libexec/rshd/Makefile
@@ -2,7 +2,6 @@
# $FreeBSD$
PROG= rshd
-SRCS= rshd.c
MAN= rshd.8
WFORMAT=0
OpenPOWER on IntegriCloud