NetBSD/usr.bin/mkdep/Makefile

10 lines
176 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.14 2003/11/10 17:56:38 dsl Exp $
# @(#)Makefile 8.1 (Berkeley) 6/6/93
1993-03-21 12:45:37 +03:00
1994-12-22 15:29:38 +03:00
MAN= mkdep.1
1999-01-26 01:14:59 +03:00
PROG= mkdep
SRCS= mkdep.c findcc.c
WARNS= 3
1993-03-21 12:45:37 +03:00
.include <bsd.prog.mk>