summaryrefslogtreecommitdiff
path: root/sysutils/osname/Makefile
diff options
context:
space:
mode:
authorkim <kim>1999-07-05 05:01:23 +0000
committerkim <kim>1999-07-05 05:01:23 +0000
commit81e23d8d2ec65bbd06ed6b558b5a5a73c0b60b2a (patch)
tree970964ee1ffb19da537110baf80526204dae329b /sysutils/osname/Makefile
parent3cf0aa4a1bc8b2ca44c13f4ffbeb2b108646b8b6 (diff)
downloadpkgsrc-81e23d8d2ec65bbd06ed6b558b5a5a73c0b60b2a.tar.gz
Little script to print the name of the operating system.
Diffstat (limited to 'sysutils/osname/Makefile')
-rw-r--r--sysutils/osname/Makefile14
1 files changed, 14 insertions, 0 deletions
diff --git a/sysutils/osname/Makefile b/sysutils/osname/Makefile
new file mode 100644
index 00000000000..88631badc78
--- /dev/null
+++ b/sysutils/osname/Makefile
@@ -0,0 +1,14 @@
+# $NetBSD: Makefile,v 1.1.1.1 1999/07/05 05:01:23 kim Exp $
+#
+
+DISTNAME= osname-1.1
+CATEGORIES= sysutils
+MASTER_SITES= ftp://ftp.gw.com/pub/people/kim/
+
+MAINTAINER= kim@tac.nyc.ny.us
+
+NO_CONFIGURE= yes
+ALL_TARGET= all PREFIX=${PREFIX}
+INSTALL_TARGET= install PREFIX=${PREFIX}
+
+.include "../../mk/bsd.pkg.mk"