Module Name:    src
Committed By:   rin
Date:           Thu Sep 20 12:28:33 UTC 2018

Modified Files:
        src/usr.sbin/sysinst/arch/atari: Makefile

Log Message:
Enable NOPARTMAN for install media.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/usr.sbin/sysinst/arch/atari/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.sbin/sysinst/arch/atari/Makefile
diff -u src/usr.sbin/sysinst/arch/atari/Makefile:1.2 src/usr.sbin/sysinst/arch/atari/Makefile:1.3
--- src/usr.sbin/sysinst/arch/atari/Makefile:1.2	Wed Aug 12 18:20:02 2015
+++ src/usr.sbin/sysinst/arch/atari/Makefile	Thu Sep 20 12:28:33 2018
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.2 2015/08/12 18:20:02 tsutsui Exp $
+#	$NetBSD: Makefile,v 1.3 2018/09/20 12:28:33 rin Exp $
 #
 # Makefile for atari
 #
@@ -8,4 +8,8 @@ LANGUAGES=	en de
 
 CPPFLAGS+=	-DSUPPORT_8_3_SOURCE_FILESYSTEM
 
+.ifdef SMALLPROG
+NOPARTMAN=	yes
+.endif
+
 .include "../../Makefile.inc"

Reply via email to