blob: 69f9ceee04be8b697ab310a9307c03743225e706 (
plain)
1
2
3
4
5
6
7
8
|
# $OpenBSD: Makefile,v 1.4 2004/05/06 17:13:46 deraadt Exp $
PROG= pppoe
MAN= pppoe.8
SRCS= client.c common.c pppoe.c server.c session.c tag.c
CFLAGS+= -Wall -Wstrict-prototypes -Wmissing-prototypes
.include <bsd.prog.mk>
|