diff options
-rw-r--r-- | misc/qclock/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/misc/qclock/Makefile b/misc/qclock/Makefile index e7d91ca..67e03aa 100644 --- a/misc/qclock/Makefile +++ b/misc/qclock/Makefile @@ -3,7 +3,7 @@ # Date created: 12 August 1998 # Whom: brett@peloton.physics.montana.edu # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1998/08/13 07:16:47 jkoshy Exp $ # DISTNAME= qclock @@ -13,6 +13,8 @@ MASTER_SITES= http://snowball.cypcopic.com.au/qclock/ MAINTAINER= brett@peloton.physics.montana.edu +BROKEN= fetch + NO_WRKSUBDIR= yes ALL_TARGET= qclock |