11 lines
168 B
Makefile
11 lines
168 B
Makefile
|
# $NetBSD: Makefile,v 1.2 2008/08/24 13:25:03 rtr Exp $
|
||
|
|
||
|
LIBISPRIVATE= yes
|
||
|
|
||
|
.include "../Makefile.serverlib"
|
||
|
|
||
|
LIB= XTrap
|
||
|
SRCS= ${SRCS.XTrap}
|
||
|
|
||
|
.include "Makefile.xtrap"
|