# $Id: Makefile,v 1.2 2005/04/20 23:31:19 sra Exp $ NOMAN = yes PROG = hmac SRCS = hmac.c CFLAGS += -Wall LDFLAGS += -static LDADD += -lmd .include