c0c8d25799
Makes things easier for pkgsrc
9 lines
105 B
Makefile
9 lines
105 B
Makefile
PROG= xinstall
|
|
SRCS= install.c
|
|
BINDIR= /bin
|
|
BINMODE= 4755
|
|
MAN=
|
|
|
|
PROGNAME=install
|
|
|
|
.include <bsd.prog.mk>
|