]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - gnu/Makefile
Update nvi to 2.1.3 which fixes the data corruption when locale conversion
[FreeBSD/FreeBSD.git] / gnu / Makefile
1 #       @(#)Makefile    5.33.1.1 (Berkeley) 5/6/91
2 # $FreeBSD$
3
4 .include <src.opts.mk>
5
6 SUBDIR= lib ${_tests} usr.bin
7
8 .if ${MK_TESTS} != "no"
9 _tests= tests
10 .endif
11
12 .include <bsd.subdir.mk>