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, 0 insertions, 13 deletions
diff --git a/usr.bin/limits/Makefile b/usr.bin/limits/Makefile
deleted file mode 100644
index 885930fbd7b5f..0000000000000
--- a/usr.bin/limits/Makefile
+++ /dev/null
@@ -1,13 +0,0 @@
-# @(#)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>