NetBSD/usr.bin/mkdep/Makefile
christos 11c53ad61c kill crypto/rmd160.h and crypto/sha2.h, and instead make symlinks to
/usr/include from /usr/include/sys. This makes all the one way hash
header handling identical.
2006-10-30 20:22:53 +00:00

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>