diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2011-01-26 15:11:00 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2011-01-26 15:11:00 +0000 |
commit | 42739d2be98a0b5e7e445b8161285c2f089d01b1 (patch) | |
tree | 7b24e423b08046502c596696cc81721c81b37e62 /libexec/makewhatis/Makefile | |
parent | 9b83840f74d1a3585c4f2522f88eec5a87b8b4e5 (diff) |
placeholder for future changes, as discussed with miod@
Diffstat (limited to 'libexec/makewhatis/Makefile')
-rw-r--r-- | libexec/makewhatis/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libexec/makewhatis/Makefile b/libexec/makewhatis/Makefile index de1f0630337..9d29fb9e888 100644 --- a/libexec/makewhatis/Makefile +++ b/libexec/makewhatis/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.8 2008/09/01 17:18:19 drahn Exp $ +# $OpenBSD: Makefile,v 1.9 2011/01/26 15:10:59 espie Exp $ MAN=makewhatis.8 NOPROG= @@ -7,6 +7,7 @@ PACKAGES= \ OpenBSD/Makewhatis/Check.pm \ OpenBSD/Makewhatis/Find.pm \ OpenBSD/Makewhatis/Formated.pm \ + OpenBSD/Makewhatis/Subject.pm \ OpenBSD/Makewhatis/Unformated.pm \ OpenBSD/Makewhatis/Whatis.pm |