diff options
author | agc <agc@pkgsrc.org> | 1997-10-03 09:28:08 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 1997-10-03 09:28:08 +0000 |
commit | e7200d0e7b1062df90f3c87508da3c3ae7e11a02 (patch) | |
tree | fb92c4a50d00de0bd62f054b2caff9a1cece5bb0 /sysutils | |
parent | 82e85dd37b20dab85968b1054cf6323eee8af0f5 (diff) | |
download | pkgsrc-e7200d0e7b1062df90f3c87508da3c3ae7e11a02.tar.gz |
Initial import of FreeBSD's sysutils category of `ports' into the
NetBSD packages system.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/Makefile | 32 |
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> |