mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-27 11:22:43 +00:00
Fixed some style bugs (bogus cloned Id, null overrides of defaults, and
the usual style bugs for DPADD/LDADD).
This commit is contained in:
parent
58445af0f8
commit
8b72aacc66
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=72559
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user