11 lines
262 B
Makefile
11 lines
262 B
Makefile
|
# $NetBSD: Makefile,v 1.1 2006/12/17 22:47:13 cheusov Exp $
|
||
|
|
||
|
.include "../../wip/heirloom-dirs/Makefile.prog2.common"
|
||
|
|
||
|
PKGNAME= heirloom-getconf-${HEIRLOOM_VER}
|
||
|
CATEGORIES= textproc
|
||
|
|
||
|
MAKE_FLAGS+= SUBDIRS="libcommon build getconf"
|
||
|
|
||
|
.include "../../mk/bsd.pkg.mk"
|