9fbd88883c
round has been tested on Solaris/x86 and Linux hosts. * Add host tools cap_mkdb, ctags, m4, uudecode. * Protect __RCSID() and __COPYRIGHT() better. * Reduce the number of places that need to include "config.h", to keep sources closer to their "vanilla" versions. * Add more compat #defines and autoconf-checked functions.
10 lines
209 B
Makefile
10 lines
209 B
Makefile
# $NetBSD: Makefile,v 1.1 2002/01/31 22:43:45 tv Exp $
|
|
|
|
HOSTPROGNAME= nbcap_mkdb
|
|
HOST_SRCDIR= usr.bin/cap_mkdb
|
|
HOST_SRCS= getcap.c
|
|
|
|
.include "${.CURDIR}/../Makefile.host"
|
|
|
|
.PATH: ${.CURDIR}/../../lib/libc/gen
|