10 lines
191 B
Makefile
10 lines
191 B
Makefile
# $FreeBSD$
|
|
|
|
NOOBJ= noobj
|
|
BINDIR= /usr/share/examples/smbfs/print
|
|
FILES= lj6l ljspool printcap.sample tolj
|
|
|
|
.PATH: ${.CURDIR}/../../../../contrib/smbfs/examples/print
|
|
|
|
.include <bsd.prog.mk>
|