summaryrefslogtreecommitdiffstats
path: root/usr.bin/limits/Makefile
blob: d6065930a256acab96414e05ffaf7fa5416388f5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#	@(#)Makefile	8.1 (Berkeley) 7/19/93

PROG=	limits
SRCS=	limits.c

CFLAGS+=-Wall
LDADD+= -lutil
DPADD+= ${LIBUTIL}

BINMODE=0555

.include <bsd.prog.mk>
OpenPOWER on IntegriCloud