aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/mgeupsd/files/patch-ab
blob: d472e7cce2cf04252e0f9627b8b8d7e39e55ea67 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
*** Makefile.orig   Fri Dec 25 10:10:57 1998
--- Makefile    Tue Aug 10 23:36:12 1999
***************
*** 8,15 ****
    $(CC) $(LDFLAGS) -o $@ $<
  
  install:  mgeupsd
!   install mgeupsd /sbin
!   install mgeupsd.8 /usr/man/man8
  
  clean:
    rm -f *.o mgeupsd
--- 8,15 ----
    $(CC) $(LDFLAGS) -o $@ $<
  
  install:  mgeupsd
!   install -c mgeupsd ${PREFIX}/sbin
!   install -c mgeupsd.8 ${PREFIX}/man/man8
  
  clean:
    rm -f *.o mgeupsd