diff options
Diffstat (limited to 'usr.bin/mk_cmds')
| -rw-r--r-- | usr.bin/mk_cmds/Makefile | 2 | ||||
| -rw-r--r-- | usr.bin/mk_cmds/mk_cmds.1 | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/mk_cmds/Makefile b/usr.bin/mk_cmds/Makefile index 4cbbbb95fcb9..7928e3e9342e 100644 --- a/usr.bin/mk_cmds/Makefile +++ b/usr.bin/mk_cmds/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/mk_cmds/Makefile,v 1.7.2.2 1999/12/12 03:04:10 chris Exp $ PROG= mk_cmds SRCS= mk_cmds.c options.c utils.c ct.y cmd_tbl.l y.tab.h diff --git a/usr.bin/mk_cmds/mk_cmds.1 b/usr.bin/mk_cmds/mk_cmds.1 index 4cc0814471e6..f700ed5aa01b 100644 --- a/usr.bin/mk_cmds/mk_cmds.1 +++ b/usr.bin/mk_cmds/mk_cmds.1 @@ -22,7 +22,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/mk_cmds/mk_cmds.1,v 1.1.2.2 1999/12/20 09:41:41 asmodai Exp $ .Dd November 14, 1999 .Dt MK_CMDS 1 .Os FreeBSD |
