aboutsummaryrefslogtreecommitdiff
path: root/bin/domainname/Makefile
diff options
context:
space:
mode:
authorGarrett Wollman <wollman@FreeBSD.org>1994-09-18 21:23:37 +0000
committerGarrett Wollman <wollman@FreeBSD.org>1994-09-18 21:23:37 +0000
commit6f2d50c0d0af225d0ea96720a908f2c8388a8e77 (patch)
treefff25dceca737ec28eb7161ab3c55ecc6eeee766 /bin/domainname/Makefile
parentd49fc97c3c851204bb1b6caf25b3c993cbe73972 (diff)
downloadsrc-6f2d50c0d0af225d0ea96720a908f2c8388a8e77.tar.gz
src-6f2d50c0d0af225d0ea96720a908f2c8388a8e77.zip
A new domainname(1) command based on hostname(1), this time with a correct
manual page.
Notes
Notes: svn path=/head/; revision=2862
Diffstat (limited to 'bin/domainname/Makefile')
-rw-r--r--bin/domainname/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/bin/domainname/Makefile b/bin/domainname/Makefile
new file mode 100644
index 000000000000..8274b61c0ad6
--- /dev/null
+++ b/bin/domainname/Makefile
@@ -0,0 +1,5 @@
+# $Id$
+
+PROG= domainname
+
+.include <bsd.prog.mk>