]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.bin/script/Makefile
- Move videodev headers from compat/linux to contrib/v4l (cp from vendor and
[FreeBSD/FreeBSD.git] / usr.bin / script / Makefile
1 #       @(#)Makefile    8.1 (Berkeley) 6/6/93
2 # $FreeBSD$
3
4 PROG=   script
5 LDADD=  -lutil
6 DPADD=  ${LIBUTIL}
7
8 .include <bsd.prog.mk>