#
# Makefile for libklib/asm-s390 include directory
#
# Copyright 2002 Silicon Graphics, Inc. All rights reserved.
#
DEPTH 	= ../../..
-include $(DEPTH)/../.config

INCDIR  = $(ROOT)/usr/include/lkcd/asm
HFILES  = kl_types.h

all clean mrproper exports: default

default: 

headers: 
	mkdir -p $(INCDIR)
	install -m 644 $(HFILES) $(INCDIR)

install: headers

include $(DEPTH)/../Rules.make


