Module Name:    src
Committed By:   he
Date:           Sat Mar 28 12:19:51 UTC 2009

Modified Files:
        src/usr.bin/eject: Makefile

Log Message:
Don't include the AMD stuff if SMALLPROG is defined.
Brings the size of the sparc INSTALL ramdisk image under control again.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/usr.bin/eject/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/usr.bin/eject/Makefile
diff -u src/usr.bin/eject/Makefile:1.7 src/usr.bin/eject/Makefile:1.8
--- src/usr.bin/eject/Makefile:1.7	Mon Mar 23 04:00:44 2009
+++ src/usr.bin/eject/Makefile	Sat Mar 28 12:19:51 2009
@@ -1,8 +1,10 @@
-#	$NetBSD: Makefile,v 1.7 2009/03/23 04:00:44 christos Exp $
+#	$NetBSD: Makefile,v 1.8 2009/03/28 12:19:51 he Exp $
 
 .include <bsd.own.mk>
 
+.if !defined(SMALLPROG)
 AMD_SUPPORT?=yes
+.endif
 
 PROG=	eject
 SRCS=	eject.c

Reply via email to