857f572e1b
SMALLPROG is defined (eg by src/distrib/commonMakefile.crunch). Shrink SMALL version even more.
14 lines
217 B
Makefile
14 lines
217 B
Makefile
# $NetBSD: Makefile,v 1.12 2005/09/05 20:56:41 dsl Exp $
|
|
# @(#)Makefile 8.1 (Berkeley) 6/5/93
|
|
|
|
PROG= dmesg
|
|
MAN= dmesg.8
|
|
LDADD= -lkvm
|
|
DPADD= ${LIBKVM}
|
|
|
|
.ifdef SMALLPROG
|
|
CPPFLAGS+=-DSMALL
|
|
.endif
|
|
|
|
.include <bsd.prog.mk>
|