diff options
Diffstat (limited to 'x11/sunclock/Makefile')
-rw-r--r-- | x11/sunclock/Makefile | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/x11/sunclock/Makefile b/x11/sunclock/Makefile deleted file mode 100644 index 449ac33ba21..00000000000 --- a/x11/sunclock/Makefile +++ /dev/null @@ -1,18 +0,0 @@ -# $NetBSD: Makefile,v 1.8 1999/12/21 11:52:42 agc Exp $ -# - -DISTNAME= sunclock-1.4 -CATEGORIES= x11 -MASTER_SITES= ${MASTER_SITE_XCONTRIB:=applications/} - -MAINTAINER= perry@netbsd.org - -USE_IMAKE= yes - -.include "../../mk/bsd.prefs.mk" - -.if ${OPSYS} == "SunOS" -MAKE_ENV+= CPPFLAGS=-DUSE_PUTENV -.endif - -.include "../../mk/bsd.pkg.mk" |