blob: 6aa08b8505a05554e81d81fc3c0989eeb5340a69 (
plain)
1
2
3
4
5
6
7
8
9
|
# $NetBSD: Makefile,v 1.2 2002/12/08 20:19:58 thorpej Exp $
HOSTPROGNAME= ${_TOOL_PREFIX}cap_mkdb
HOST_SRCDIR= usr.bin/cap_mkdb
HOST_SRCS= getcap.c
.include "${.CURDIR}/../Makefile.host"
.PATH: ${.CURDIR}/../../lib/libc/gen
|