summaryrefslogblamecommitdiff
path: root/x11/xtattr/files/Makefile.bsd
blob: 3781891853ab5054919dded7069bf86eb1dae8c4 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12











                                                  
# $FreeBSD$

PROG=xtattr
MAN=xtattr.1
BINDIR=${PREFIX}/bin
MANDIR=${PREFIX}/man/man

# I'd love to see a more elegant way to do this :(
xtattr.1:: xtattr.man
	ln -s xtattr.man xtattr.1

.include <bsd.prog.mk>