bd42830f0f
(See commit log for usr.bin/xlint/Makefile,v 1.11 for what was wrong with enabling build of lint libraries in rev. 1.12.) This fixes cross-arch compiles (running binaries for a different arch when generating lint.7 and lint libraries) and cross-branch compiles (4.x -> 5.0 buildworld should be working again).
7 lines
126 B
Makefile
7 lines
126 B
Makefile
# $NetBSD: Makefile,v 1.2 1995/07/03 21:23:45 cgd Exp $
|
|
# $FreeBSD$
|
|
|
|
SUBDIR= lint1 lint2 xlint llib
|
|
|
|
.include <bsd.subdir.mk>
|