Deleted Added
full compact
Makefile.inc (225736) Makefile.inc (246437)
1# $FreeBSD: stable/9/share/examples/ses/Makefile.inc 153291 2005-12-10 12:09:54Z ru $
1# $FreeBSD: stable/9/share/examples/ses/Makefile.inc 246437 2013-02-06 22:07:38Z mav $
2#
3# Copyright (c) 2000 by Matthew Jacob
4# All rights reserved.
5#
6# Redistribution and use in source and binary forms, with or without
7# modification, are permitted provided that the following conditions
8# are met:
9# 1. Redistributions of source code must retain the above copyright

--- 17 unchanged lines hidden (view full) ---

27# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
28# SUCH DAMAGE.
29#
30# Matthew Jacob
31# Feral Software
32# mjacob@feral.com
33#
34
2#
3# Copyright (c) 2000 by Matthew Jacob
4# All rights reserved.
5#
6# Redistribution and use in source and binary forms, with or without
7# modification, are permitted provided that the following conditions
8# are met:
9# 1. Redistributions of source code must retain the above copyright

--- 17 unchanged lines hidden (view full) ---

27# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
28# SUCH DAMAGE.
29#
30# Matthew Jacob
31# Feral Software
32# mjacob@feral.com
33#
34
35CFLAGS+= -I/usr/include/cam/scsi -DSESINC="<scsi_ses.h>"
36BINDIR?= /usr/sbin
37
38CLEANFILES+= ${MAN}
39
40.SUFFIXES: .0 .8
41.0.8:
42 cat ${.IMPSRC} > ${.TARGET}
35BINDIR?= /usr/sbin
36
37CLEANFILES+= ${MAN}
38
39.SUFFIXES: .0 .8
40.0.8:
41 cat ${.IMPSRC} > ${.TARGET}