Module Name:    src
Committed By:   pgoyette
Date:           Sat Apr  6 10:37:57 UTC 2019

Modified Files:
        src/external/bsd/pkg_install/sbin/pkg_create: Makefile

Log Message:
revert previkous it isn't needed


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 \
    src/external/bsd/pkg_install/sbin/pkg_create/Makefile

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

Modified files:

Index: src/external/bsd/pkg_install/sbin/pkg_create/Makefile
diff -u src/external/bsd/pkg_install/sbin/pkg_create/Makefile:1.3 src/external/bsd/pkg_install/sbin/pkg_create/Makefile:1.4
--- src/external/bsd/pkg_install/sbin/pkg_create/Makefile:1.3	Sat Apr  6 10:29:13 2019
+++ src/external/bsd/pkg_install/sbin/pkg_create/Makefile	Sat Apr  6 10:37:57 2019
@@ -1,11 +1,9 @@
-# $NetBSD: Makefile,v 1.3 2019/04/06 10:29:13 pgoyette Exp $
+# $NetBSD: Makefile,v 1.4 2019/04/06 10:37:57 pgoyette Exp $
 # Original from FreeBSD, no rcs id.
 
 PROG= pkg_create
 SRCS= main.c perform.c pl.c util.c build.c
 
-COPTS.main.c+=	-Wno-error=implicit-fallthrough
-
 .include <bsd.init.mk>
 
 .PATH:	${DIST}/create

Reply via email to