diff options
author | Matt Wilson <msw@redhat.com> | 1999-08-31 16:23:10 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 1999-08-31 16:23:10 +0000 |
commit | 88bc82ed776ffb5395f4d044add9bea200b2c2b1 (patch) | |
tree | c85e4396ee35f0819cebc221a02b8d55f839bda6 /ddcprobe | |
parent | 8b7c52b16284d9f6e82e76171debac48dad1a14e (diff) | |
download | anaconda-88bc82ed776ffb5395f4d044add9bea200b2c2b1.tar.gz anaconda-88bc82ed776ffb5395f4d044add9bea200b2c2b1.tar.xz anaconda-88bc82ed776ffb5395f4d044add9bea200b2c2b1.zip |
make install rule
Diffstat (limited to 'ddcprobe')
-rw-r--r-- | ddcprobe/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ddcprobe/Makefile b/ddcprobe/Makefile index 5fab5225a..c6a9160af 100644 --- a/ddcprobe/Makefile +++ b/ddcprobe/Makefile @@ -4,6 +4,9 @@ TARGETS=ddcprobe svgamodes ddcxinfo modetest libvbe.a all: $(TARGETS) +install: $(TARGETS) + cp -a ddcprobe $(DESTDIR)/usr/sbin/ddcprobe + ddcprobe: lrmi.o vesamode.o vbe.o ddcprobe.o svgamodes: lrmi.o vesamode.o vbe.o svgamodes.o |