mail(1): Avoid closing negative file descriptors.
[freebsd-src.git] / gnu / Makefile
blobbd84bc4269816d38ec67a968a93ea1d8f8f189cc
1 # @(#)Makefile 5.33.1.1 (Berkeley) 5/6/91
2 # $FreeBSD$
4 .include <src.opts.mk>
6 SUBDIR= lib .WAIT \
7 ${_tests} usr.bin
9 .if ${MK_TESTS} != "no"
10 _tests= tests
11 .endif
13 SUBDIR_PARALLEL=
15 .include <bsd.subdir.mk>