]> git.cameronkatri.com Git - getent-darwin.git/commitdiff
Build usr.bin/ with WARNS=6 by default.
authorEd Schouten <ed@FreeBSD.org>
Sat, 2 Jan 2010 10:27:05 +0000 (10:27 +0000)
committerEd Schouten <ed@FreeBSD.org>
Sat, 2 Jan 2010 10:27:05 +0000 (10:27 +0000)
Also add some missing $FreeBSD$ to keep svn happy.

Makefile [new file with mode: 0644]

diff --git a/Makefile b/Makefile
new file mode 100644 (file)
index 0000000..85bc1b1
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,5 @@
+# $FreeBSD$
+
+PROG=  getent
+
+.include <bsd.prog.mk>