mirror of
https://github.com/opnsense/src.git
synced 2026-02-12 23:36:07 -05:00
13 lines
167 B
Makefile
13 lines
167 B
Makefile
# @(#)Makefile 8.1 (Berkeley) 7/19/93
|
|
|
|
PROG= limits
|
|
SRCS= limits.c
|
|
|
|
CFLAGS+=-Wall
|
|
LDADD+= -lutil
|
|
DPADD+= ${LIBUTIL}
|
|
|
|
BINOWN= root
|
|
BINMODE=0555
|
|
|
|
.include <bsd.prog.mk>
|