diff options
author | wollman <wollman@FreeBSD.org> | 2000-07-15 02:43:02 +0000 |
---|---|---|
committer | wollman <wollman@FreeBSD.org> | 2000-07-15 02:43:02 +0000 |
commit | fd23748f37d29b23a65fd9d374264732f3778181 (patch) | |
tree | eb24d2f97201219f95492f2f4c9a547bc2bcaae1 | |
parent | c7fb04c3319651ac810f81b2c30b3a657dcfff25 (diff) | |
download | FreeBSD-src-fd23748f37d29b23a65fd9d374264732f3778181.zip FreeBSD-src-fd23748f37d29b23a65fd9d374264732f3778181.tar.gz |
Admin some amount of responsibility for the current state of lpr/lpd.
Also add Garance Drosihn who has been doing a great deal of work on
print systems.
-rw-r--r-- | usr.sbin/lpr/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/usr.sbin/lpr/Makefile b/usr.sbin/lpr/Makefile index 4f34ca0..5315e3b 100644 --- a/usr.sbin/lpr/Makefile +++ b/usr.sbin/lpr/Makefile @@ -3,5 +3,8 @@ SUBDIR= common_source chkprintcap lp lpc lpd lpq lpr lprm lptest pac \ filters filters.ru SMM.doc +MAINTAINER= wollman@FreeBSD.org +MAINTAINER+= drosih@rpi.edu + .include <bsd.subdir.mk> |