diff options
author | Will Andrews <will@FreeBSD.org> | 2000-04-16 01:50:44 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2000-04-16 01:50:44 +0000 |
commit | 0608f8aae55cf9a194e21ddd81f4ee80a01a9c97 (patch) | |
tree | 128e6e83eb16be6842804da69c2fcac2ce3a1706 /misc/boxes | |
parent | Add WWW (diff) |
Change do-build with blank target to blank ALL_TARGET.
PR: 18028
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=27625
Diffstat (limited to 'misc/boxes')
-rw-r--r-- | misc/boxes/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/misc/boxes/Makefile b/misc/boxes/Makefile index 6485a558b219..1336e6664815 100644 --- a/misc/boxes/Makefile +++ b/misc/boxes/Makefile @@ -17,9 +17,7 @@ MAINTAINER= patseal@hyperhost.net MAN1= boxes.1 USE_GMAKE= yes - -do-build: - cd $(WRKSRC); $(GMAKE) +ALL_TARGET= do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/boxes ${PREFIX}/bin |