do make right
authorderaadt <deraadt@openbsd.org>
Wed, 24 Apr 1996 08:13:32 +0000 (08:13 +0000)
committerderaadt <deraadt@openbsd.org>
Wed, 24 Apr 1996 08:13:32 +0000 (08:13 +0000)
games/fortune/strfile/Makefile

index f1e40ad..34c2cc0 100644 (file)
@@ -1,15 +1,8 @@
-#      $OpenBSD: Makefile,v 1.2 1996/03/09 01:33:26 niklas Exp $
+#      $OpenBSD: Makefile,v 1.3 1996/04/24 08:13:32 deraadt Exp $
 #      $NetBSD: Makefile,v 1.5 1995/03/23 08:28:44 cgd Exp $
 #      @(#)Makefile    8.1 (Berkeley) 5/31/93
 
-PROG=  
+PROG=  strfile
 MAN=   strfile.8
-CLEANFILES+=   strfile
-
-all: strfile
-
-strfile: ${.CURDIR}/strfile.c
-       ${HOSTCC} ${CFLAGS} ${.CURDIR}/strfile.c -o $@
-
 
 .include <bsd.prog.mk>