diff options
author | ru <ru@FreeBSD.org> | 2000-11-23 15:21:30 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2000-11-23 15:21:30 +0000 |
commit | c7382559ad6d7888ac77c37933cfdb89d8001dab (patch) | |
tree | 4e3d9beff657cd0fd9fca910c81860501587c228 /share | |
parent | fd757c350af4a2a6eb97a31fca85445f28f82c2d (diff) | |
download | FreeBSD-src-c7382559ad6d7888ac77c37933cfdb89d8001dab.zip FreeBSD-src-c7382559ad6d7888ac77c37933cfdb89d8001dab.tar.gz |
Eliminate groff(1) warnings.
Diffstat (limited to 'share')
-rw-r--r-- | share/doc/psd/12.make/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/doc/psd/12.make/Makefile b/share/doc/psd/12.make/Makefile index b266f9b..c975c79 100644 --- a/share/doc/psd/12.make/Makefile +++ b/share/doc/psd/12.make/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ VOLUME= psd/12.make -SRCS= tutorial.ms +SRCS= stubs.ms tutorial.ms MACROS= -ms SRCDIR= ${.CURDIR}/../../../../usr.bin/make/PSD.doc |