summaryrefslogtreecommitdiff
path: root/usr.sbin/rebound/Makefile
blob: 8510bffcb2b5fe46868e595ea02577ec1b079fb8 (plain)
1
2
3
4
5
6
7
8
9
# $OpenBSD: Makefile,v 1.1 2015/10/15 19:43:30 tedu Exp $

PROG=	rebound
SRCS=	rebound.c randomid.c
CFLAGS+=-Wall

MAN=	rebound.8

.include <bsd.prog.mk>