diff options
author | rnordier <rnordier@FreeBSD.org> | 2000-10-02 17:23:16 +0000 |
---|---|---|
committer | rnordier <rnordier@FreeBSD.org> | 2000-10-02 17:23:16 +0000 |
commit | 56de11b718cb1272359bdbd48bc824f7dbfb2f23 (patch) | |
tree | 4b9a5fb772946c19cd42b6f4c27c3e970efb9c36 /usr.sbin/btxld | |
parent | 3a7ea7e4b4deab074cb4d4e4127b1421d575de49 (diff) | |
download | FreeBSD-src-56de11b718cb1272359bdbd48bc824f7dbfb2f23.zip FreeBSD-src-56de11b718cb1272359bdbd48bc824f7dbfb2f23.tar.gz |
Set MAINTAINER.
Diffstat (limited to 'usr.sbin/btxld')
-rw-r--r-- | usr.sbin/btxld/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.sbin/btxld/Makefile b/usr.sbin/btxld/Makefile index 6775183..e1a54c0 100644 --- a/usr.sbin/btxld/Makefile +++ b/usr.sbin/btxld/Makefile @@ -1,5 +1,7 @@ # $FreeBSD$ +MAINTAINER= rnordier + PROG= btxld SRCS= btxld.c elfh.c MAN8= btxld.8 |