summaryrefslogtreecommitdiffstats
path: root/usr.bin/limits
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>2001-02-17 06:20:14 +0000
committerbde <bde@FreeBSD.org>2001-02-17 06:20:14 +0000
commit7703da348fb09b1bd3ea9bb81be0d0b07b27f142 (patch)
treea8f9188e87e2236f443bbbd5429c38009e8355a9 /usr.bin/limits
parentb8925ba36b8ad1851ed9f11deeafc4c2d4498fe4 (diff)
downloadFreeBSD-src-7703da348fb09b1bd3ea9bb81be0d0b07b27f142.zip
FreeBSD-src-7703da348fb09b1bd3ea9bb81be0d0b07b27f142.tar.gz
Fixed some style bugs (bogus cloned Id, null overrides of defaults, and
the usual style bugs for DPADD/LDADD).
Diffstat (limited to 'usr.bin/limits')
-rw-r--r--usr.bin/limits/Makefile10
1 files changed, 3 insertions, 7 deletions
diff --git a/usr.bin/limits/Makefile b/usr.bin/limits/Makefile
index d606593..3643ebd 100644
--- a/usr.bin/limits/Makefile
+++ b/usr.bin/limits/Makefile
@@ -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>
OpenPOWER on IntegriCloud