1
0
mirror of https://github.com/openbsd/src.git synced 2024-12-22 07:27:59 -08:00
openbsd-src/usr.bin/script/Makefile
1997-09-21 11:34:32 +00:00

8 lines
131 B
Makefile

# $OpenBSD: Makefile,v 1.3 1997/09/21 11:50:42 deraadt Exp $
PROG= script
LDADD= -lutil
DPADD= ${LIBUTIL}
.include <bsd.prog.mk>