ok, this is not my night. never before has a makefile kicked my ass
authorderaadt <deraadt@openbsd.org>
Sat, 1 Apr 2000 08:05:05 +0000 (08:05 +0000)
committerderaadt <deraadt@openbsd.org>
Sat, 1 Apr 2000 08:05:05 +0000 (08:05 +0000)
as much as this one has.  i violated the "test fully before commit rule"

regress/share/man/Makefile

index 8450cf7..87f6ba5 100644 (file)
@@ -1,4 +1,4 @@
-#      $OpenBSD: Makefile,v 1.4 2000/04/01 06:01:56 deraadt Exp $
+#      $OpenBSD: Makefile,v 1.5 2000/04/01 08:05:05 deraadt Exp $
 
 NOPROG=
 NOMAN=
@@ -8,7 +8,7 @@ regress: cfman no3man scatman
        perl no3man /usr/share/man
        perl scatman /usr/share/man
 
-obj depend clean cleandir:
-
 install:
 
+.include <bsd.prog.mk>
+