Fixed some style bugs (bogus cloned Id, null overrides of defaults, and

the usual style bugs for DPADD/LDADD).
This commit is contained in:
Bruce Evans 2001-02-17 06:20:14 +00:00
parent 58445af0f8
commit 8b72aacc66
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=72559

View File

@ -1,12 +1,8 @@
# @(#)Makefile 8.1 (Berkeley) 7/19/93
# $FreeBSD$
PROG= limits
SRCS= limits.c
CFLAGS+=-Wall
LDADD+= -lutil
DPADD+= ${LIBUTIL}
BINMODE=0555
DPADD= ${LIBUTIL}
LDADD= -lutil
.include <bsd.prog.mk>