diff options
| author | Mark Murray <markm@FreeBSD.org> | 2001-12-12 23:29:13 +0000 |
|---|---|---|
| committer | Mark Murray <markm@FreeBSD.org> | 2001-12-12 23:29:13 +0000 |
| commit | d3f6a11798fa089bafd550e9a9f62da6956c8cc1 (patch) | |
| tree | 08c463244948ae78cfa03e32513b9de34c8ff743 /usr.bin | |
| parent | d20f95e12191bf347c34331595936a559ea28cb2 (diff) | |
Notes
Diffstat (limited to 'usr.bin')
| -rw-r--r-- | usr.bin/sasc/Makefile | 1 | ||||
| -rw-r--r-- | usr.bin/size/Makefile | 1 | ||||
| -rw-r--r-- | usr.bin/soelim/Makefile | 1 | ||||
| -rw-r--r-- | usr.bin/strings/Makefile | 1 | ||||
| -rw-r--r-- | usr.bin/strip/Makefile | 1 | ||||
| -rw-r--r-- | usr.bin/su/Makefile | 2 |
6 files changed, 0 insertions, 7 deletions
diff --git a/usr.bin/sasc/Makefile b/usr.bin/sasc/Makefile index c44998a32dd64..cf7790dcb9338 100644 --- a/usr.bin/sasc/Makefile +++ b/usr.bin/sasc/Makefile @@ -2,6 +2,5 @@ # $FreeBSD$ PROG= sasc -WARNS?= 2 .include <bsd.prog.mk> diff --git a/usr.bin/size/Makefile b/usr.bin/size/Makefile index f008b35e3591f..55aefd9f49444 100644 --- a/usr.bin/size/Makefile +++ b/usr.bin/size/Makefile @@ -4,6 +4,5 @@ PROG= size MAN= size.1aout BINDIR= /usr/libexec/aout -WARNS?= 2 .include <bsd.prog.mk> diff --git a/usr.bin/soelim/Makefile b/usr.bin/soelim/Makefile index 9d28c126bca17..57beb1102c52e 100644 --- a/usr.bin/soelim/Makefile +++ b/usr.bin/soelim/Makefile @@ -2,6 +2,5 @@ # $FreeBSD$ PROG= soelim -WARNS?= 2 .include <bsd.prog.mk> diff --git a/usr.bin/strings/Makefile b/usr.bin/strings/Makefile index d75ae7bef6c18..04b3f022c3215 100644 --- a/usr.bin/strings/Makefile +++ b/usr.bin/strings/Makefile @@ -3,7 +3,6 @@ PROG= strings MAN= strings.1aout -WARNS?= 2 BINDIR= /usr/libexec/aout .include <bsd.prog.mk> diff --git a/usr.bin/strip/Makefile b/usr.bin/strip/Makefile index 3dc78f33cf791..fe05a652a2795 100644 --- a/usr.bin/strip/Makefile +++ b/usr.bin/strip/Makefile @@ -3,7 +3,6 @@ PROG= strip MAN= strip.1aout -WARNS?= 2 BINDIR= /usr/libexec/aout CLEANFILES += maybe_stripped diff --git a/usr.bin/su/Makefile b/usr.bin/su/Makefile index fff40f22e08a8..4b177a37c71b2 100644 --- a/usr.bin/su/Makefile +++ b/usr.bin/su/Makefile @@ -6,8 +6,6 @@ PROG= su DPADD+= ${LIBUTIL} ${LIBPAM} LDADD+= -lutil ${MINUSLPAM} -WARNS?= 2 - BINOWN= root BINMODE=4555 INSTALLFLAGS=-fschg |
