Some bugfixes.

This commit is contained in:
Stefan Luethje 1997-08-27 21:39:08 +00:00
parent fbf76082b9
commit 8893719dff
1 changed files with 2 additions and 2 deletions

View File

@ -46,8 +46,8 @@ config:
$(PROGRAM): $(MODULES)
$(CC) $(CFLAGS) $(MODULES) $(LDFLAGS) -o $@
install-man: isdnctrl.man
isdnctrl.man.in
install-man: isdnctrl.man.in
./isdnctrl.man.in
$(INSTALL) -d $(MAN8DIR)
$(INSTALL_MAN) $< $(MAN8DIR)/$(MANPAGE)