Deleted Added
full compact
Makefile (153291) Makefile (299293)
1# $FreeBSD: head/share/examples/ses/setencstat/Makefile 153291 2005-12-10 12:09:54Z ru $
1# $FreeBSD: head/share/examples/ses/setencstat/Makefile 299293 2016-05-10 00:51:50Z gjb $
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

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

29#
30# Matthew Jacob
31# Feral Software
32# mjacob@feral.com
33#
34
35.PATH: ${.CURDIR}/../srcs
36
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

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

29#
30# Matthew Jacob
31# Feral Software
32# mjacob@feral.com
33#
34
35.PATH: ${.CURDIR}/../srcs
36
37PACKAGE=examples
38FILESDIR=${SHAREDIR}/examples/ses/${PROG}
37PROG= setencstat
38SRCS= setencstat.c eltsub.c
39MAN= setencstat.8
40
41.include <bsd.prog.mk>
39PROG= setencstat
40SRCS= setencstat.c eltsub.c
41MAN= setencstat.8
42
43.include <bsd.prog.mk>