8 lines
146 B
Makefile
8 lines
146 B
Makefile
# $NetBSD: Makefile,v 1.7 2004/04/23 21:39:43 christos Exp $
|
|
# @(#)Makefile 8.1 (Berkeley) 6/6/93
|
|
|
|
WARNS=3
|
|
PROG= cap_mkdb
|
|
|
|
.include <bsd.prog.mk>
|