1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-11 09:50:12 +00:00
freebsd/usr.bin/limits/Makefile
Bruce Evans 8b72aacc66 Fixed some style bugs (bogus cloned Id, null overrides of defaults, and
the usual style bugs for DPADD/LDADD).
2001-02-17 06:20:14 +00:00

9 lines
96 B
Makefile

# $FreeBSD$
PROG= limits
CFLAGS+=-Wall
DPADD= ${LIBUTIL}
LDADD= -lutil
.include <bsd.prog.mk>