From 88bc82ed776ffb5395f4d044add9bea200b2c2b1 Mon Sep 17 00:00:00 2001 From: Matt Wilson Date: Tue, 31 Aug 1999 16:23:10 +0000 Subject: make install rule --- ddcprobe/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ddcprobe') 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 -- cgit