blob: 040631724fcb0c7faed00308ce02b96403869261 (
plain)
1
2
3
4
5
6
7
|
# $OpenBSD: Makefile,v 1.7 1997/11/18 00:13:43 provos Exp $
PROG= ipsecadm
SRCS= ipsecadm.c kernel.c xf_esp_new.c xf_esp_old.c xf_ah_old.c xf_ah_new.c \
xf_delspi.c xf_grp.c xf_ip4.c
.include <bsd.prog.mk>
|