68386065ae1199d426c5aa8b1fb08669a135216b
[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 "185.18.36 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>