Depend on man.sh for chroot.tar target
parent
77d522d033
commit
a0ff0d5c46
2
Makefile
2
Makefile
|
@ -42,7 +42,7 @@ uninstall:
|
||||||
rm -f $(PREFIX)/bin/chatte
|
rm -f $(PREFIX)/bin/chatte
|
||||||
rm -f $(MANPATH)/man1/chatte.1
|
rm -f $(MANPATH)/man1/chatte.1
|
||||||
|
|
||||||
chroot.tar: chatte chatte.1
|
chroot.tar: chatte chatte.1 man.sh
|
||||||
install -d -o root -g wheel \
|
install -d -o root -g wheel \
|
||||||
root \
|
root \
|
||||||
root/bin \
|
root/bin \
|
||||||
|
|
Loading…
Reference in New Issue