aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/host/Makefile
diff options
context:
space:
mode:
authorPaul Traina <pst@FreeBSD.org>1994-09-22 21:52:03 +0000
committerPaul Traina <pst@FreeBSD.org>1994-09-22 21:52:03 +0000
commitd475634fe501a3a38c2506b44fec92aacc4d7c84 (patch)
tree5ddab78c45f3e791d46f0c9c16b597ea4a4ab59b /usr.bin/host/Makefile
parentc3a4ccf2fb7a9dfd1f05dfa9866dd4e0f157980a (diff)
downloadsrc-d475634fe501a3a38c2506b44fec92aacc4d7c84.tar.gz
src-d475634fe501a3a38c2506b44fec92aacc4d7c84.zip
Port host to FreeBSD
Notes
Notes: svn path=/head/; revision=2996
Diffstat (limited to 'usr.bin/host/Makefile')
-rw-r--r--usr.bin/host/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/usr.bin/host/Makefile b/usr.bin/host/Makefile
new file mode 100644
index 000000000000..dd408a3786fd
--- /dev/null
+++ b/usr.bin/host/Makefile
@@ -0,0 +1,6 @@
+# @(#)Makefile 8.1 (Berkeley) 6/6/93
+
+PROG= host
+MAN1= host.1
+
+.include <bsd.prog.mk>