Makefile (b107cd77186a5a9ce7fbf05a5b1b2bfb71596a29) | Makefile (f6d189a9e4c4c50d95884b4b1ae13e5a03cd7e94) |
---|---|
1# 2# Copyright (c) 2001 Peter Pentchev 3# All rights reserved. 4# 5# Redistribution and use in source and binary forms, with or without 6# modification, are permitted provided that the following conditions 7# are met: 8# 1. Redistributions of source code must retain the above copyright --- 14 unchanged lines hidden (view full) --- 23# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 24# SUCH DAMAGE. 25# 26# $FreeBSD$ 27# 28 29PROG= kldconfig 30MAN= kldconfig.8 | 1# 2# Copyright (c) 2001 Peter Pentchev 3# All rights reserved. 4# 5# Redistribution and use in source and binary forms, with or without 6# modification, are permitted provided that the following conditions 7# are met: 8# 1. Redistributions of source code must retain the above copyright --- 14 unchanged lines hidden (view full) --- 23# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 24# SUCH DAMAGE. 25# 26# $FreeBSD$ 27# 28 29PROG= kldconfig 30MAN= kldconfig.8 |
31WARNS?= 5 | |
32 33.include <bsd.prog.mk> | 31 32.include <bsd.prog.mk> |