summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authoragc <agc>1997-10-03 09:28:08 +0000
committeragc <agc>1997-10-03 09:28:08 +0000
commit92efccfd8b362042fecf050434f7e0eb845341fa (patch)
treefb92c4a50d00de0bd62f054b2caff9a1cece5bb0 /sysutils
parent182d24279d541040aeed0dd1ab593bc22fb35cd0 (diff)
downloadpkgsrc-92efccfd8b362042fecf050434f7e0eb845341fa.tar.gz
Initial import of FreeBSD's sysutils category of `ports' into the
NetBSD packages system.
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/Makefile32
1 files changed, 32 insertions, 0 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile
new file mode 100644
index 00000000000..095c7a7c952
--- /dev/null
+++ b/sysutils/Makefile
@@ -0,0 +1,32 @@
+# FreeBSD Id: Makefile,v 1.23 1997/09/30 06:14:59 asami Exp
+#
+
+ SUBDIR += LPRng
+ SUBDIR += afio
+ SUBDIR += cd-write
+ SUBDIR += contool
+ SUBDIR += idled
+ SUBDIR += lsof
+ SUBDIR += manck
+ SUBDIR += mei
+ SUBDIR += mkisofs
+ SUBDIR += pib
+ SUBDIR += rtty
+ SUBDIR += setquota
+ SUBDIR += skill
+ SUBDIR += socket
+ SUBDIR += star
+ SUBDIR += stat
+ SUBDIR += su2
+ SUBDIR += tcplist
+ SUBDIR += top
+ SUBDIR += tua
+ SUBDIR += xbatt
+ SUBDIR += xcpustate
+ SUBDIR += xdu
+ SUBDIR += xloadface
+ SUBDIR += xperfmon
+ SUBDIR += xsysinfo
+ SUBDIR += xsysstats
+
+.include <bsd.port.subdir.mk>