summaryrefslogtreecommitdiffstats
path: root/usr.sbin/edquota/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/edquota/Makefile')
-rw-r--r--usr.sbin/edquota/Makefile13
1 files changed, 13 insertions, 0 deletions
diff --git a/usr.sbin/edquota/Makefile b/usr.sbin/edquota/Makefile
new file mode 100644
index 0000000..1196e47
--- /dev/null
+++ b/usr.sbin/edquota/Makefile
@@ -0,0 +1,13 @@
+# @(#)Makefile 8.1 (Berkeley) 6/6/93
+# $FreeBSD$
+
+PROG= edquota
+MAN= edquota.8
+
+CSTD= gnu99
+WARNS?= 4
+
+DPADD= ${LIBUTIL}
+LDADD= -lutil
+
+.include <bsd.prog.mk>
OpenPOWER on IntegriCloud