Add another .PHONY.

This commit is contained in:
mycroft 1997-05-10 14:30:38 +00:00
parent fb74da89f9
commit 2d4fff450e
1 changed files with 2 additions and 1 deletions

View File

@ -1,9 +1,10 @@
# $NetBSD: Makefile,v 1.15 1997/05/09 12:38:30 mycroft Exp $
# $NetBSD: Makefile,v 1.16 1997/05/10 14:30:38 mycroft Exp $
# @(#)Makefile 5.4 (Berkeley) 5/11/90
PROG= strip
proginstall:: .NOTMAIN hackinstall
.PHONY: hackinstall
.include <bsd.prog.mk>