# RCSid:
#       $Id: Makefile,v 1.6 1997/03/11 20:41:47 sjg Exp $
#
#       @(#) Copyright (c) 1995 Simon J. Gerraty
#
#       This file is provided in the hope that it will
#       be of use.  There is absolutely NO WARRANTY.
#       Permission to copy, redistribute or otherwise
#       use this file is hereby granted provided that 
#       the above copyright notice and this notice are
#       left intact. 
#      
#       Please send copies of changes and bug-fixes to:
#       sjg@quick.com.au
#

SUBDIR=lib bin

.include "subdir.mk"

cert certificate usercert:
	${.CURDIR}/mkcert -nodes

hostcert:
	${.CURDIR}/mkcert -nodes
