f76ac8f4dc
the C compiler so other programs can use it.
11 lines
194 B
Makefile
11 lines
194 B
Makefile
# $NetBSD: Makefile,v 1.12 2002/06/14 23:14:18 simonb Exp $
|
|
# @(#)Makefile 8.1 (Berkeley) 6/6/93
|
|
|
|
MAN= mkdep.1
|
|
PROG= mkdep
|
|
SRCS= mkdep.c findcc.c
|
|
|
|
.ifndef HOSTPROG
|
|
.include <bsd.prog.mk>
|
|
.endif
|