summaryrefslogtreecommitdiff
path: root/usr/src/pinyadmin/Makefile
blob: 3c8ef29e4468811d7466e3aec2f4a671172772b5 (plain)
1
2
3
4
5
6
7
build:
	true

install:
	install -o root -g root -m 755 -d $(DESTDIR)/usr/bin $(DESTDIR)/usr/sbin
	install -o root -g root -m 755 bin/* $(DESTDIR)/usr/bin
	install -o root -g root -m 755 sbin/* $(DESTDIR)/usr/sbin