1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-10-19 02:29:40 +00:00
freebsd/usr.bin/script/Makefile
2001-12-03 21:22:56 +00:00

10 lines
129 B
Makefile

# $FreeBSD$
# @(#)Makefile 8.1 (Berkeley) 6/6/93
PROG= script
WARNS?= 2
LDADD= -lutil
DPADD= ${LIBUTIL}
.include <bsd.prog.mk>