Index: head/usr.bin/sasc/Makefile =================================================================== --- head/usr.bin/sasc/Makefile (revision 87768) +++ head/usr.bin/sasc/Makefile (revision 87769) @@ -1,7 +1,6 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 # $FreeBSD$ PROG= sasc -WARNS?= 2 .include Index: head/usr.bin/size/Makefile =================================================================== --- head/usr.bin/size/Makefile (revision 87768) +++ head/usr.bin/size/Makefile (revision 87769) @@ -1,9 +1,8 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 # $FreeBSD$ PROG= size MAN= size.1aout BINDIR= /usr/libexec/aout -WARNS?= 2 .include Index: head/usr.bin/soelim/Makefile =================================================================== --- head/usr.bin/soelim/Makefile (revision 87768) +++ head/usr.bin/soelim/Makefile (revision 87769) @@ -1,7 +1,6 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 # $FreeBSD$ PROG= soelim -WARNS?= 2 .include Index: head/usr.bin/strings/Makefile =================================================================== --- head/usr.bin/strings/Makefile (revision 87768) +++ head/usr.bin/strings/Makefile (revision 87769) @@ -1,9 +1,8 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 # $FreeBSD$ PROG= strings MAN= strings.1aout -WARNS?= 2 BINDIR= /usr/libexec/aout .include Index: head/usr.bin/strip/Makefile =================================================================== --- head/usr.bin/strip/Makefile (revision 87768) +++ head/usr.bin/strip/Makefile (revision 87769) @@ -1,24 +1,23 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 # $FreeBSD$ PROG= strip MAN= strip.1aout -WARNS?= 2 BINDIR= /usr/libexec/aout CLEANFILES += maybe_stripped all: maybe_stripped maybe_stripped: strip cp -p strip maybe_stripped .if defined(STRIP) .if ${STRIP:M-s} != "" -strip maybe_stripped .endif .endif install: maninstall ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \ maybe_stripped ${DESTDIR}${BINDIR}/strip .include Index: head/usr.bin/su/Makefile =================================================================== --- head/usr.bin/su/Makefile (revision 87768) +++ head/usr.bin/su/Makefile (revision 87769) @@ -1,15 +1,13 @@ # @(#)Makefile 8.1 (Berkeley) 7/19/93 # $FreeBSD$ PROG= su DPADD+= ${LIBUTIL} ${LIBPAM} LDADD+= -lutil ${MINUSLPAM} -WARNS?= 2 - BINOWN= root BINMODE=4555 INSTALLFLAGS=-fschg .include