NetBSD/sbin/dmesg/Makefile
dsl 857f572e1b Make is worthwhile haveing #ifdef SMALL by making the Makefile set it when
SMALLPROG is defined (eg by src/distrib/commonMakefile.crunch).
Shrink SMALL version even more.
2005-09-05 20:56:41 +00:00

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>