mirror of
https://github.com/openbsd/src.git
synced 2024-12-22 07:27:59 -08:00
8 lines
131 B
Makefile
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>
|