Deleted Added
full compact
Makefile (72965) Makefile (74856)
1# @(#)Makefile 8.1 (Berkeley) 6/8/93
1# @(#)Makefile 8.1 (Berkeley) 6/8/93
2# $FreeBSD: head/share/termcap/Makefile 72965 2001-02-24 00:02:55Z imp $
2# $FreeBSD: head/share/termcap/Makefile 74856 2001-03-27 13:48:25Z ru $
3
4# reorder gives an editor command for most common terminals
5# (in reverse order from n'th to 1'st most commonly used)
6# to move them to the front of termcap
7#
3
4# reorder gives an editor command for most common terminals
5# (in reverse order from n'th to 1'st most commonly used)
6# to move them to the front of termcap
7#
8MAN5= termcap.5
8MAN= termcap.5
9
10CLEANFILES+= termcap termcap.db
11FILES= termcap termcap.db
12
13all: termcap termcap.db
14
15termcap: reorder termcap.src
16 TERM=dumb ex - ${.CURDIR}/termcap.src < ${.CURDIR}/reorder > /dev/null

--- 15 unchanged lines hidden ---
9
10CLEANFILES+= termcap termcap.db
11FILES= termcap termcap.db
12
13all: termcap termcap.db
14
15termcap: reorder termcap.src
16 TERM=dumb ex - ${.CURDIR}/termcap.src < ${.CURDIR}/reorder > /dev/null

--- 15 unchanged lines hidden ---