minix/usr.bin/mkdep/Makefile

10 lines
181 B
Makefile
Raw Normal View History

2011-07-22 17:28:27 +02:00
# $NetBSD: Makefile,v 1.17 2009/04/12 14:23:30 lukem Exp $
# @(#)Makefile 8.1 (Berkeley) 6/6/93
#CFLAGS+=-g
MAN= mkdep.1
PROG= mkdep
SRCS= mkdep.c findcc.c
.include <bsd.prog.mk>