aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/nl/Makefile
diff options
context:
space:
mode:
authorBrian Somers <brian@FreeBSD.org>2001-05-04 17:25:23 +0000
committerBrian Somers <brian@FreeBSD.org>2001-05-04 17:25:23 +0000
commitf21559815d204e3a57da3222866b83a11f290ded (patch)
tree5335c4cf1d77461a3e0e478f92899d393f45e662 /usr.bin/nl/Makefile
parent2d96f0b145f44beb48036b706b5ee51731ae4355 (diff)
downloadsrc-f21559815d204e3a57da3222866b83a11f290ded.tar.gz
src-f21559815d204e3a57da3222866b83a11f290ded.zip
Add nl(1)
PR: 27078 Obtained from: NetBSD
Notes
Notes: svn path=/head/; revision=76273
Diffstat (limited to 'usr.bin/nl/Makefile')
-rw-r--r--usr.bin/nl/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/usr.bin/nl/Makefile b/usr.bin/nl/Makefile
new file mode 100644
index 000000000000..9b1f292dfbee
--- /dev/null
+++ b/usr.bin/nl/Makefile
@@ -0,0 +1,5 @@
+# $FreeBSD$
+
+PROG= nl
+
+.include <bsd.prog.mk>