freebsd-dev/gnu/usr.bin/man/makewhatis/Makefile

18 lines
337 B
Makefile
Raw Normal View History

1993-07-07 23:07:02 +00:00
.include "../Makefile.inc"
all: makewhatis
obj depend rcsfreeze tags all:
1993-07-07 23:07:02 +00:00
@echo -n
cleandir: clean
clean:
@rm -f makewhatis
install:
install -c -o bin -g bin -m 444 makewhatis /usr/bin
makewhatis: makewhatis.sh
sed -e 's/%sections%/ "1", "n", "l", "6", "8", "2", "3", "4", "5", "7", "p", "o", NULL/' makewhatis.sh > makewhatis