summaryrefslogtreecommitdiff
path: root/korean/engdic/Makefile
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1999-09-20 00:55:43 +0000
committerSteve Price <steve@FreeBSD.org>1999-09-20 00:55:43 +0000
commitce6a812c1598fce94c10567534a6b7ffddec19f0 (patch)
tree107fd4ec4c6d3e3d47c55b509ce5399c66169034 /korean/engdic/Makefile
parentFor some reason with the latest libtool this port no longer builds its (diff)
Put 'clean' in ALL_TARGET before 'all' to remove stale object files that
were killing builds on FreeBSD/Alpha.
Notes
Notes: svn path=/head/; revision=21781
Diffstat (limited to '')
-rw-r--r--korean/engdic/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/korean/engdic/Makefile b/korean/engdic/Makefile
index 68ac8988c879..8834920a6eb2 100644
--- a/korean/engdic/Makefile
+++ b/korean/engdic/Makefile
@@ -14,4 +14,6 @@ MASTER_SITES= ftp://ftp.holywar.net/pub/engdic/ \
MAINTAINER= hollywar@mail.holywar.net
+ALL_TARGET= clean all
+
.include <bsd.port.mk>