Remove to-be-default WARNS?=2
This commit is contained in:
parent
d20f95e121
commit
d3f6a11798
@ -2,6 +2,5 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PROG= sasc
|
||||
WARNS?= 2
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
@ -4,6 +4,5 @@
|
||||
PROG= size
|
||||
MAN= size.1aout
|
||||
BINDIR= /usr/libexec/aout
|
||||
WARNS?= 2
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
@ -2,6 +2,5 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PROG= soelim
|
||||
WARNS?= 2
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
@ -3,7 +3,6 @@
|
||||
|
||||
PROG= strings
|
||||
MAN= strings.1aout
|
||||
WARNS?= 2
|
||||
BINDIR= /usr/libexec/aout
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
@ -3,7 +3,6 @@
|
||||
|
||||
PROG= strip
|
||||
MAN= strip.1aout
|
||||
WARNS?= 2
|
||||
BINDIR= /usr/libexec/aout
|
||||
CLEANFILES += maybe_stripped
|
||||
|
||||
|
@ -6,8 +6,6 @@ PROG= su
|
||||
DPADD+= ${LIBUTIL} ${LIBPAM}
|
||||
LDADD+= -lutil ${MINUSLPAM}
|
||||
|
||||
WARNS?= 2
|
||||
|
||||
BINOWN= root
|
||||
BINMODE=4555
|
||||
INSTALLFLAGS=-fschg
|
||||
|
Loading…
Reference in New Issue
Block a user