diff options
author | Francois Pons <fpons@mandriva.com> | 2003-02-25 10:32:05 +0000 |
---|---|---|
committer | Francois Pons <fpons@mandriva.com> | 2003-02-25 10:32:05 +0000 |
commit | 851e3fd1c0cc0b586ef0d72cab3db560097adc20 (patch) | |
tree | fffe0bf23a1a2ec51fa58179c38c462bfb9621e6 /perl-install | |
parent | b2fc3e0b481bb6f9fc9a7aa4d186238e78211598 (diff) | |
download | drakx-851e3fd1c0cc0b586ef0d72cab3db560097adc20.tar drakx-851e3fd1c0cc0b586ef0d72cab3db560097adc20.tar.gz drakx-851e3fd1c0cc0b586ef0d72cab3db560097adc20.tar.bz2 drakx-851e3fd1c0cc0b586ef0d72cab3db560097adc20.tar.xz drakx-851e3fd1c0cc0b586ef0d72cab3db560097adc20.zip |
added dmidecode
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/perl-install/Makefile b/perl-install/Makefile index 13d0de222..32374a44f 100644 --- a/perl-install/Makefile +++ b/perl-install/Makefile @@ -7,9 +7,9 @@ include Makefile.config POFILES = $(shell ls share/po/*.po) MOFILES = $(POFILES:%.po=%.mo) -DISTFILES = *.pm $(PMS_DIRS) Makefile Makefile.config apps.net_monitor ddcprobe drakxtools.spec pam.net_monitor serial_probe share/po share/diskdrake.rc $(STANDALONEPMS) standalone/icons pixmaps pixmaps/langs standalone/interactive_http rpcinfo-flushed.c standalone/service_harddrake.sh +DISTFILES = *.pm $(PMS_DIRS) Makefile Makefile.config apps.net_monitor dmidecode ddcprobe drakxtools.spec pam.net_monitor serial_probe share/po share/diskdrake.rc $(STANDALONEPMS) standalone/icons pixmaps pixmaps/langs standalone/interactive_http rpcinfo-flushed.c standalone/service_harddrake.sh OTHERS = $(OTHERDIRS) $(OTHERFILES) -OTHERDIRS = tools/ddcprobe tools/serial_probe +OTHERDIRS = tools/dmidecode tools/ddcprobe tools/serial_probe OTHERFILES = tools/rpcinfo-flushed.c .PHONY: all $(DIRS) install clean stage2 full_stage2 |