Remove a useless target.

This commit is contained in:
SADA Kenji 1999-01-10 15:56:35 +00:00
parent 0e94e899b1
commit 17c6c9a4fc
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=15959

View file

@ -4,7 +4,7 @@
# Whom: Norio Suzuki
# KUNISHIMA Takeo <kunishi@c.oka-pu.ac.jp>
#
# $Id: Makefile,v 1.2 1999/01/02 20:27:41 sada Exp $
# $Id: Makefile,v 1.3 1999/01/07 08:19:47 simokawa Exp $
#
DISTNAME= ppxp-0.98112523
@ -82,10 +82,4 @@ post-install:
@${MKDIR} ${PREFIX}/share/doc/xppxp
@${INSTALL_DATA} ${WRKSRC}/console/xppxp/README ${PREFIX}/share/doc/xppxp
hoge:
.if defined(USE_TCLJP)
echo hoge
.endif
.include <bsd.port.mk>