MULTI_PACKAGES - Makefile First we edit the Makefile and change it to look like this: # $OpenBSD$ COMMENT-main= client to tunnel IPv4 data through a DNS server COMMENT-server= server to tunnel IPv4 data through a DNS server V= 0.4.0 DISTNAME= iodine-$V PKGNAME-main= iodine-client-$V PKGNAME-server= iodine-server-$V CATEGORIES= net MULTI_PACKAGES= -main -server HOMEPAGE= http://code.kryo.se/iodine/ # BSD PERMIT_PACKAGE_CDROM= Yes PERMIT_PACKAGE_FTP= Yes PERMIT_DISTFILES_CDROM= Yes PERMIT_DISTFILES_FTP= Yes MASTER_SITES= ${HOMEPAGE} WANTLIB= c z .include