pkgset/Makefile

6 lines
163 B
Makefile
Raw Normal View History

2022-05-05 08:27:09 +00:00
PREFIX=/usr/local
install:
install -o root -g wheel -m 555 pkgset.pl ${PREFIX}/sbin/pkgset
install -o root -g wheel -m 444 pkgset.1 ${PREFIX}/man/man1/pkgset.1