Make the wrapper a generic module to be loaded to supply needed symbols.
[nvidia.git] / Makefile
1 SUBDIR= src \
2         lib \
3         x11 \
4         doc
5
6 afterinstall:
7         @${.CURDIR}/scripts/setup.sh
8         @${.CURDIR}/scripts/linux.sh
9         @echo
10         @echo "Installation of the NVIDIA Accelerated Graphics Driver"
11         @echo "169.07 for FreeBSD is now complete.  You can now"
12         @echo "run the nvidia-xconfig utility to automatically update"
13         @echo "your X server configuration file.  Please see the README"
14         @echo "for details if you wish to update your X configuration"
15         @echo "file manually."
16         @echo
17
18 setup:  install
19
20 .include <bsd.subdir.mk>