From 8b72aacc66a74f9edeb2584b950a2538eb987e9c Mon Sep 17 00:00:00 2001 From: Bruce Evans Date: Sat, 17 Feb 2001 06:20:14 +0000 Subject: [PATCH] Fixed some style bugs (bogus cloned Id, null overrides of defaults, and the usual style bugs for DPADD/LDADD). --- usr.bin/limits/Makefile | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/usr.bin/limits/Makefile b/usr.bin/limits/Makefile index d6065930a256..3643ebdfb8bd 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