summaryrefslogtreecommitdiffstats
path: root/sample/etc/regnotes/Makefile
blob: 748521176590720aefd339159a09fd16a5b47f9a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
BBSHOME?=$(HOME)
TARGET=$(BBSHOME)/etc/regnotes/
INSTALLTAG=$(TARGET).installed
FILES=  address birthday career front mobile name phone sex

all:

install:
    install -d $(TARGET)
    test ! -e $(INSTALLTAG) && touch $(INSTALLTAG)
    install -c -m 644 $(FILES) $(TARGET)