- avoid catpage regeneration

- fix typo in comment
This commit is contained in:
tnn 2010-04-20 15:41:20 +00:00
parent 29cf29403e
commit 78dd5f0a4b
2 changed files with 7 additions and 3 deletions

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.5 2010/01/23 23:08:03 joerg Exp $
# $NetBSD: Makefile,v 1.6 2010/04/20 15:41:20 tnn Exp $
#
DISTNAME= nbpatch-20100124
@ -12,7 +12,7 @@ COMMENT= Patch files using diff output
PKG_DESTDIR_SUPPORT= user-destdir
# Allow checkperms and othher core dependencies to use patches
# Allow checkperms and other core dependencies to use patches
CHECK_PERMS= no
USE_BSD_MAKEFILE= yes

View file

@ -1,6 +1,10 @@
# $NetBSD: Makefile,v 1.1.1.1 2008/09/10 11:03:21 joerg Exp $
# $NetBSD: Makefile,v 1.2 2010/04/20 15:41:20 tnn Exp $
PROG= nbpatch
SRCS= patch.c pch.c inp.c util.c backupfile.c mkpath.c
# avoid catpage regeneration
.PHONY: nbpatch.cat1
nbpatch.cat1:
.include <bsd.prog.mk>