freebsd-dev/gnu/Makefile

14 lines
180 B
Makefile
Raw Normal View History

1993-06-18 04:22:21 +00:00
# @(#)Makefile 5.33.1.1 (Berkeley) 5/6/91
1999-08-27 23:37:10 +00:00
# $FreeBSD$
1993-06-18 04:22:21 +00:00
.include <src.opts.mk>
SUBDIR= lib .WAIT \
usr.bin
SUBDIR.${MK_TESTS}+= tests
1993-06-18 04:22:21 +00:00
SUBDIR_PARALLEL=
1993-06-18 04:22:21 +00:00
.include <bsd.subdir.mk>