summaryrefslogtreecommitdiff
path: root/usr.bin/limits/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/limits/Makefile')
-rw-r--r--usr.bin/limits/Makefile13
1 files changed, 13 insertions, 0 deletions
diff --git a/usr.bin/limits/Makefile b/usr.bin/limits/Makefile
new file mode 100644
index 000000000000..885930fbd7b5
--- /dev/null
+++ b/usr.bin/limits/Makefile
@@ -0,0 +1,13 @@
+# @(#)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>