aboutsummaryrefslogblamecommitdiff
path: root/gnu/Makefile
blob: 25480c7b951a45de58003f65178172f253e0c80b (plain) (tree)
1
2
3
4
5
6
7
8
9
10
                                                  
           
 
                      





                             

                        
#	@(#)Makefile	5.33.1.1 (Berkeley) 5/6/91
# $FreeBSD$

.include <src.opts.mk>

SUBDIR= lib ${_tests} usr.bin

.if ${MK_TESTS} != "no"
_tests=	tests
.endif

.include <bsd.subdir.mk>