11c53ad61c
/usr/include from /usr/include/sys. This makes all the one way hash header handling identical.
11 lines
192 B
Makefile
11 lines
192 B
Makefile
# $NetBSD: Makefile,v 1.15 2006/10/30 20:22:54 christos Exp $
|
|
# @(#)Makefile 8.1 (Berkeley) 6/6/93
|
|
|
|
CFLAGS+=-g
|
|
MAN= mkdep.1
|
|
PROG= mkdep
|
|
SRCS= mkdep.c findcc.c
|
|
WARNS= 3
|
|
|
|
.include <bsd.prog.mk>
|