]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - usr.bin/xlint/Makefile
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.git] / usr.bin / xlint / Makefile
1 #       $NetBSD: Makefile,v 1.2 1995/07/03 21:23:45 cgd Exp $
2 # $FreeBSD$
3
4 .if ${LINT} == "lint"
5 _llib=  llib
6 .else
7 _llib=
8 .endif
9
10 SUBDIR= lint1 lint2 xlint ${_llib}
11
12 .include <bsd.subdir.mk>