21 lines
609 B
Plaintext
21 lines
609 B
Plaintext
XCOMM $XFree86: xc/programs/Xserver/hw/xfree86/os-support/bsd/drm/kernel/Imakefile,v 1.8 2001/12/13 00:24:45 alanh Exp $
|
|
|
|
XCOMM This is a kludge until we determine how best to build the
|
|
XCOMM kernel-specific device driver. This allows us to continue
|
|
XCOMM to maintain the single Makefile.bsd with kernel-specific
|
|
XCOMM support. Later, we can move to a different Imakefile.
|
|
|
|
#if BuildXF86DRI && BuildXF86DRM
|
|
all::
|
|
$(MAKE) -f Makefile.bsd
|
|
|
|
install::
|
|
$(MAKE) -f Makefile.bsd install
|
|
#else
|
|
all::
|
|
@echo 'Use "make -f Makefile.bsd" to manually build the modules'
|
|
#endif
|
|
|
|
clean::
|
|
$(MAKE) -f Makefile.bsd clean
|