Index: head/usr.bin/su/Makefile =================================================================== --- head/usr.bin/su/Makefile (revision 335534) +++ head/usr.bin/su/Makefile (revision 335535) @@ -1,21 +1,19 @@ # @(#)Makefile 8.1 (Berkeley) 7/19/93 # $FreeBSD$ .include PROG= su -WARNS?= 5 - LIBADD= util pam .if ${MK_AUDIT} != "no" CFLAGS+= -DUSE_BSM_AUDIT LIBADD+= bsm .endif BINOWN= root BINMODE=4555 PRECIOUSPROG= .include