1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-16 10:20:30 +00:00
freebsd/usr.bin/mkdep/Makefile

9 lines
129 B
Makefile
Raw Normal View History

1994-05-27 12:33:43 +00:00
# @(#)Makefile 8.1 (Berkeley) 6/6/93
2001-03-27 10:52:19 +00:00
# $FreeBSD$
1994-05-27 12:33:43 +00:00
2001-04-07 11:21:35 +00:00
SCRIPTS= mkdep.gcc.sh
MAN= mkdep.1
SCRIPTSNAME= mkdep
1994-05-27 12:33:43 +00:00
.include <bsd.prog.mk>