|
|
| File: [cvs.NetBSD.org] / src / Makefile (download)
Revision 1.14, Wed Dec 8 04:51:25 1993 UTC (19 years, 5 months ago) by cgd
do "lib" first. otherwise you can be *really* screwed by a 'make install' on a system with shared libraries... |
# $Id: Makefile,v 1.14 1993/12/08 04:51:25 cgd Exp $ # NOTE THAT etc *DOES NOT* BELONG IN THE LIST BELOW SUBDIR+= lib include bin libexec sbin usr.bin usr.sbin share games SUBDIR+= gnu SUBDIR+= sys .if exists(regress) .ifmake !(install) SUBDIR+= regress .endif regression-tests: @echo Running regression tests... @( cd regress; make regress ) .endif .include <bsd.subdir.mk>