From 254dd1666eaa21b0f7ecf37507e4ee0d44284abe Mon Sep 17 00:00:00 2001 From: Ruslan Ermilov Date: Fri, 28 Jan 2005 16:08:11 +0000 Subject: Let bsd.prog.mk set SRCS and MAN to their default values. --- libexec/pppoed/Makefile | 1 - libexec/pt_chown/Makefile | 1 - libexec/rlogind/Makefile | 1 - libexec/rshd/Makefile | 1 - 4 files changed, 4 deletions(-) (limited to 'libexec') 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 -- cgit v1.3