diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1995-01-23 23:43:35 +0000 |
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1995-01-23 23:43:35 +0000 |
| commit | 7884c1e534ff217eae92e953849a06824fcc829e (patch) | |
| tree | 4b262e0f71ecd774712f63129549683c274e9492 /gnu/usr.bin/texinfo | |
| parent | 745bdc24b4dfeed045db1526b98d46f39c789301 (diff) | |
Notes
Diffstat (limited to 'gnu/usr.bin/texinfo')
| -rw-r--r-- | gnu/usr.bin/texinfo/info-files/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/usr.bin/texinfo/info-files/Makefile b/gnu/usr.bin/texinfo/info-files/Makefile index 4dfffe6a4ca7..4709cb7bb0bd 100644 --- a/gnu/usr.bin/texinfo/info-files/Makefile +++ b/gnu/usr.bin/texinfo/info-files/Makefile @@ -7,6 +7,7 @@ INFOFILES= dir install: install ${COPY} -g ${BINGRP} -o ${BINOWN} -m 444 ${INFOFILES} ${INFODIR} -clean cleandir obj:; +clean cleandir obj: + @echo -n .include <bsd.prog.mk> |
