mirror of
https://github.com/openbsd/src.git
synced 2025-01-10 06:47:55 -08:00
9 lines
145 B
Makefile
9 lines
145 B
Makefile
# $OpenBSD: Makefile,v 1.5 2002/05/23 18:43:00 deraadt Exp $
|
|
|
|
PROG= worm
|
|
MAN= worm.6
|
|
DPADD= ${LIBCURSES}
|
|
LDADD= -lcurses
|
|
|
|
.include <bsd.prog.mk>
|