diff options
Diffstat (limited to 'misc/Makefile')
-rw-r--r-- | misc/Makefile | 55 |
1 files changed, 55 insertions, 0 deletions
diff --git a/misc/Makefile b/misc/Makefile new file mode 100644 index 00000000000..e5649ab163d --- /dev/null +++ b/misc/Makefile @@ -0,0 +1,55 @@ +# $Id: Makefile,v 1.1.1.1 1997/10/11 21:53:59 hubertf Exp $ +# + + SUBDIR += amanda + SUBDIR += astrolog + SUBDIR += buffer + SUBDIR += cal + SUBDIR += chord + SUBDIR += colorls + SUBDIR += ctk + SUBDIR += dejagnu + SUBDIR += dotfile + SUBDIR += ecc + SUBDIR += estic + SUBDIR += fd + SUBDIR += fep + SUBDIR += figlet + SUBDIR += git + SUBDIR += gnuls + SUBDIR += ical + SUBDIR += jive + SUBDIR += kp + SUBDIR += less + SUBDIR += lile + SUBDIR += logsurfer + SUBDIR += mc + SUBDIR += mmv + SUBDIR += most + SUBDIR += mshell + SUBDIR += nwrite + SUBDIR += p5-Array-PrintCols + SUBDIR += p5-Business-CreditCard + SUBDIR += p5-Locale-Codes + SUBDIR += p5-Search + SUBDIR += plan + SUBDIR += rpm + SUBDIR += screen + SUBDIR += splitvt + SUBDIR += team + SUBDIR += tkcron + SUBDIR += tkinfo + SUBDIR += tkman + SUBDIR += unclutter + SUBDIR += viz + SUBDIR += xcalendar + SUBDIR += xgas + SUBDIR += xless + SUBDIR += xmaddressbook + SUBDIR += xopps + SUBDIR += xpns + SUBDIR += xtar + SUBDIR += xtimer + SUBDIR += zorro + +.include <bsd.port.subdir.mk> |