summaryrefslogtreecommitdiff
path: root/sysutils/osname/Makefile
diff options
context:
space:
mode:
authorkim <kim@pkgsrc.org>1999-07-05 05:01:23 +0000
committerkim <kim@pkgsrc.org>1999-07-05 05:01:23 +0000
commit5d6ef535d971b8ac6e772fcfc09d45a906fa4026 (patch)
tree970964ee1ffb19da537110baf80526204dae329b /sysutils/osname/Makefile
parentd2da58d73c7945b902c1764e420724dca424cfe7 (diff)
downloadpkgsrc-5d6ef535d971b8ac6e772fcfc09d45a906fa4026.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"