in the case of */FAQ/Makefile, because the FAQs are all in the wrong place. Things still install properly, but some of the directory paths are hardcoded. This will be going away ASAP.
11 lines
222 B
Makefile
11 lines
222 B
Makefile
# $Id: Makefile,v 1.1 1999-08-16 22:09:19 nik Exp $
|
|
|
|
SUBDIR = diskless-x
|
|
SUBDIR+= fonts
|
|
SUBDIR+= formatting-media
|
|
SUBDIR+= mh
|
|
SUBDIR+= multi-os
|
|
SUBDIR+= new-users
|
|
SUBDIR+= programming-tools
|
|
|
|
.include <bsd.subdir.mk>
|