diff options
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 b9ba6e3c7ff9..0f0c78eda4f1 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 d60118bc36bb..d4f31bbfd688 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 8320152d5f2e..f71ce1b570db 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 dbdf60bbf3a5..155314ad611f 100644 --- a/libexec/rshd/Makefile +++ b/libexec/rshd/Makefile @@ -2,7 +2,6 @@ # $FreeBSD$ PROG= rshd -SRCS= rshd.c MAN= rshd.8 WFORMAT=0 |