Remove some more file during pppd-clean

This commit is contained in:
Ulf Samuelsson 2007-08-28 22:46:54 +00:00
parent d26d1d0fcf
commit ff9e81e7fa
1 changed files with 2 additions and 0 deletions

View File

@ -64,6 +64,8 @@ pppd: uclibc $(TARGET_DIR)/$(PPPD_TARGET_BINARY)
pppd-clean:
rm -f $(TARGET_DIR)/usr/sbin/pppd
rm -f $(TARGET_DIR)/usr/sbin/chat
rm -f $(TARGET_DIR)/usr/sbin/pppstatus
rm -f $(TARGET_DIR)/usr/sbin/pppdump
rm -rf $(TARGET_DIR)/etc/ppp
-$(MAKE) -C $(PPPD_DIR) clean