security/yubikey-personalization-gui) under a common subdir, and add a new one for ykclient (aka yubico-c-client). fix/ok ajacoutot@
10 lines
231 B
Makefile
10 lines
231 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2015/11/12 15:18:47 sthen Exp $
|
|
|
|
SUBDIR =
|
|
SUBDIR += yubico-c
|
|
SUBDIR += yubico-c-client
|
|
SUBDIR += yubikey-personalization
|
|
SUBDIR += yubikey-personalization-gui
|
|
|
|
.include <bsd.port.subdir.mk>
|