4c860b3c23
Makefile.
18 lines
337 B
Makefile
18 lines
337 B
Makefile
.include "../Makefile.inc"
|
|
|
|
all: makewhatis
|
|
|
|
obj depend rcsfreeze tags all:
|
|
@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
|