From 2ce82b41e288b72e58feaa464c76a045484ed215 Mon Sep 17 00:00:00 2001 From: ats Date: Fri, 3 Feb 1995 23:39:12 +0000 Subject: Delete the -N flag for pkg_create, it no longer exists. --- cad/pcb/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cad/pcb/Makefile') diff --git a/cad/pcb/Makefile b/cad/pcb/Makefile index 32689321d00e..934f4a1a2bd2 100644 --- a/cad/pcb/Makefile +++ b/cad/pcb/Makefile @@ -3,7 +3,7 @@ # Date created: 19 October 1994 # Whom: mr # -# $Id: Makefile,v 1.2 1994/11/17 12:59:40 jkh Exp $ +# $Id: Makefile,v 1.3 1994/12/12 03:58:06 gpalmer Exp $ # DISTNAME= pcb-1.2.patch_02 @@ -15,6 +15,6 @@ MAKEFILE= makefile USE_IMAKE= NO_INSTALL_MANPAGES= yes PREFIX=/usr/X11R6 -PKG_CMD= pkg_create -N +PKG_CMD= pkg_create .include -- cgit