Init
This commit is contained in:
20
sys/sbusdev/Makefile
Normal file
20
sys/sbusdev/Makefile
Normal file
@@ -0,0 +1,20 @@
|
||||
#
|
||||
# @(#)Makefile 1.1 94/10/31 SMI
|
||||
#
|
||||
HFILES=aclone.h audio_79C30.h audiodebug.h audiovar.h cg12reg.h dbri_reg.h \
|
||||
dbrivar.h dmaga.h fdreg.h fdvar.h gtmcb.h gtreg.h gtseg.h memfb.h \
|
||||
mmcodec_reg.h bpp_io.h
|
||||
|
||||
|
||||
HDIR=$(DESTDIR)/usr/include/sbusdev
|
||||
|
||||
all: $(HFILES)
|
||||
|
||||
clean:
|
||||
|
||||
install: $(HFILES)
|
||||
|
||||
install_h: $(HFILES)
|
||||
install -d -o bin -m 755 $(HDIR)
|
||||
install -m 444 $(HFILES) $(HDIR)
|
||||
|
||||
Reference in New Issue
Block a user