diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2007-03-18 10:26:59 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2007-03-18 10:26:59 +0000 |
commit | 4764e73786f246c889cfe5f3910908b87b68835b (patch) | |
tree | 457e58f9c23624d272fb94f6c01dae62f53e2230 /share | |
parent | a4f4edfa50c3ae82a07e1a6787468b467061d20c (diff) |
Forgot to commit the part that installs automake.dep. reported by naddy@
Diffstat (limited to 'share')
-rw-r--r-- | share/mk/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/mk/Makefile b/share/mk/Makefile index 0edfa94d1..5816e063a 100644 --- a/share/mk/Makefile +++ b/share/mk/Makefile @@ -1,8 +1,8 @@ -# $OpenBSD: Makefile,v 1.1 2006/11/25 14:56:32 matthieu Exp $ +# $OpenBSD: Makefile,v 1.2 2007/03/18 10:26:58 matthieu Exp $ .include <bsd.own.mk> -FILES= bsd.xorg.mk +FILES= automake.dep bsd.xorg.mk all: |