diff options
author | ru <ru@FreeBSD.org> | 2005-01-28 16:08:11 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2005-01-28 16:08:11 +0000 |
commit | e68efdc747b96ab7b5b15251afdd1fe24ca86545 (patch) | |
tree | 95dc7b9b33e3ce4cad3849abbbacda29f778c0d9 /libexec | |
parent | 83cae1af10dbd0a4b0bbee7988ff841948656c91 (diff) | |
download | FreeBSD-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/Makefile | 1 | ||||
-rw-r--r-- | libexec/pt_chown/Makefile | 1 | ||||
-rw-r--r-- | libexec/rlogind/Makefile | 1 | ||||
-rw-r--r-- | libexec/rshd/Makefile | 1 |
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 |