diff options
Diffstat (limited to 'sysutils/Makefile')
-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> |