1 1.1 thorpej # $NetBSD: Makefile,v 1.1 2003/01/24 01:52:43 thorpej Exp $ 2 1.1 thorpej # 3 1.1 thorpej 4 1.1 thorpej WARNS= 2 5 1.1 thorpej 6 1.1 thorpej LIB= rt 7 1.1 thorpej SRCS= sem.c 8 1.1 thorpej 9 1.1 thorpej MAN+= sem_destroy.3 sem_getvalue.3 sem_init.3 sem_open.3 sem_post.3 \ 10 1.1 thorpej sem_wait.3 11 1.1 thorpej 12 1.1 thorpej MLINKS+= sem_open.3 sem_close.3 13 1.1 thorpej MLINKS+= sem_open.3 sem_unlink.3 14 1.1 thorpej MLINKS+= sem_wait.3 sem_trywait.3 15 1.1 thorpej 16 1.1 thorpej .include <bsd.lib.mk> 17